Create folders for add(sub(a, b), b) -> a and add(b, sub(a, b)) -> a
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D116471
[MLIR] Create add of sub folder ClosedPublic Authored by wsmoses on Dec 31 2021, 9:40 PM.
Details Summary Create folders for add(sub(a, b), b) -> a and add(b, sub(a, b)) -> a
Diff Detail
Event TimelineHerald added subscribers: sdasgup3, wenzhicui, wrengr and 18 others. · View Herald TranscriptDec 31 2021, 9:40 PM bondhugula added inline comments. This revision is now accepted and ready to land.Jan 3 2022, 6:27 AM Closed by commit rG21aa2a1b0911: [MLIR] Create add of sub folder (authored by wsmoses). · Explain WhyJan 3 2022, 6:28 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 397055 mlir/lib/Dialect/Arithmetic/IR/ArithmeticOps.cpp
mlir/test/Dialect/Arithmetic/canonicalize.mlir
|
CHECK-NEXT