[all-commits] [llvm/llvm-project] 50e6c3: [MLIR][Arith] Remove unused assertions
LiqinWeng via All-commits
all-commits at lists.llvm.org
Fri Dec 23 00:02:59 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 50e6c306b1cb03fe398aebc41d1bef5b6c9d9bb0
https://github.com/llvm/llvm-project/commit/50e6c306b1cb03fe398aebc41d1bef5b6c9d9bb0
Author: liqinweng <Liqin.Weng at streamcomputing.com>
Date: 2022-12-23 (Fri, 23 Dec 2022)
Changed paths:
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
Log Message:
-----------
[MLIR][Arith] Remove unused assertions
We shouldn't be checking things that are guaranteed by the op's verifier.
Reviewed By: benshi001
Differential Revision: https://reviews.llvm.org/D140610
More information about the All-commits
mailing list