Unverified Commit f9b5d217 authored by Will Dietz's avatar Will Dietz Committed by GitHub
Browse files

Preserve probe-ness and const-ness in Output() and friends. (#3654)



Using `Output()` shouldn't drop important type information,
only override the specified direction to force alignment.

Until #3647 is addressed, use `cloneTypeFull` to get the expected behavior.
The cloned direction information is unnecessary but is
overridden by the coerced direction.

cc #3647.

Co-authored-by: default avatarJack Koenig <koenig@sifive.com>
parent f6d65c53
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment