[all-commits] [llvm/llvm-project] 4a1045: [mlir][arith] Fix CmpIOP folding for vector types.
Adrian Kuegel via All-commits
all-commits at lists.llvm.org
Wed Dec 22 09:12:49 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a10457d33e92f2e024f6d024d168ddcd49c3a59
https://github.com/llvm/llvm-project/commit/4a10457d33e92f2e024f6d024d168ddcd49c3a59
Author: Adrian Kuegel <akuegel at google.com>
Date: 2021-12-22 (Wed, 22 Dec 2021)
Changed paths:
M mlir/lib/Dialect/Arithmetic/IR/ArithmeticOps.cpp
M mlir/test/Dialect/Arithmetic/canonicalize.mlir
Log Message:
-----------
[mlir][arith] Fix CmpIOP folding for vector types.
Previously, the folding assumed that it always operates on scalar types.
Differential Revision: https://reviews.llvm.org/D116151
More information about the All-commits
mailing list