Configure which aggregate values will be preserved by the LowerTypes pass. More...
Configure which aggregate values will be preserved by the LowerTypes pass.
Don't preserve aggregate at all.
This has been default behaivor and compatible with SFC.
Preserve only 1d vectors of ground type (e.g. UInt<2>[3]).
Preserve only vectors (e.g. UInt<2>[3][3]).
Preserve all aggregate values.
Definition at line 30 of file Passes.h.