[all-commits] [llvm/llvm-project] 28858d: [mlir][arith][NFC] Add missing index_cast fold tests
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Wed Mar 29 07:45:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 28858d5902f84ab760c8531061d43539e2135ae1
https://github.com/llvm/llvm-project/commit/28858d5902f84ab760c8531061d43539e2135ae1
Author: Jakub Kuderski <kubak at google.com>
Date: 2023-03-29 (Wed, 29 Mar 2023)
Changed paths:
M mlir/test/Dialect/Arith/canonicalize.mlir
Log Message:
-----------
[mlir][arith][NFC] Add missing index_cast fold tests
It wasn't immediately obvious to me if index-to-integer casts were
folded or not.
Reviewed By: ThomasRaoux
Differential Revision: https://reviews.llvm.org/D147104
More information about the All-commits
mailing list