It failed for vector types before, but now it folds them correctly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Can you change the subject to have an additional tag, e.g., [mlir][arith]. That provides a little more context. You could also state that it did fail for vectors before but now it folds them correctly.
Comment Actions
LGTM. Just a comment about the test.
mlir/test/Dialect/Arithmetic/canonicalize.mlir | ||
---|---|---|
22 | Is the issue only with ugt? Would it make sense to keep this test as is and then copy this test and use a vector type for all the predicates instead? |
Comment Actions
Done.
mlir/test/Dialect/Arithmetic/canonicalize.mlir | ||
---|---|---|
22 | You are right, it is better to copy the whole test. Done. |
Is the issue only with ugt? Would it make sense to keep this test as is and then copy this test and use a vector type for all the predicates instead?