Jie Fu
2df0d29627
[mlir] Fix -Wsign-compare in AffineOps.cpp (NFC)
/llvm-project/mlir/lib/Dialect/Affine/IR/AffineOps.cpp:4590:25:
error: comparison of integers of different signs: 'int64_t' (aka 'long') and 'size_t' (aka 'unsigned long') [-Werror,-Wsign-compare]
if (dynamicBasisIndex == dynamicBasis.size())
~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~
1 error generated.
2024-11-29 14:11:57 +08:00
..
2024-10-07 06:59:23 -07:00
2024-11-29 14:11:57 +08:00
2024-08-06 01:32:36 +02:00
2024-11-23 07:07:56 +05:30
2024-11-23 07:06:06 +05:30
2022-11-21 08:53:59 +01:00