mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 04:16:10 +00:00

If low and high are constants (i.e., not attributes), users still prefer
attributes. Otherwise, there could be failures in type inference. A
failure is introduced by
60e562d11a
,
see the drop_known_unit_constant_low_high test for more details.