mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08: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.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.