llvm-project/mlir/test
Nicolas Vasilache a124e9c4a5 Avoid hardcoded 4096 constant
This commit creates a static constexpr limit for the IntegerType
bitwidth and uses it. The check had to be moved because Token is
not aware of IR/Type and it was a sign the abstraction leaked:
bitwidth limit is not a property of the Token but of the IntegerType.

Added a positive and a negative test at the limit.

PiperOrigin-RevId: 210388192
2019-03-29 13:06:36 -07:00
..
IR Avoid hardcoded 4096 constant 2019-03-29 13:06:36 -07:00
Transforms Extend loop unrolling to unroll by a given factor; add builder for affine 2019-03-29 13:03:38 -07:00