This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

wsmoses created this revision.Dec 31 2021, 9:40 PM
wsmoses requested review of this revision.Dec 31 2021, 9:40 PM
bondhugula added inline comments.
mlir/test/Dialect/Arithmetic/canonicalize.mlir
303

CHECK-NEXT

311

CHECK-NEXT

wsmoses updated this revision to Diff 396847.Dec 31 2021, 10:10 PM

Change to check-next

wsmoses updated this revision to Diff 396849.Dec 31 2021, 11:13 PM

Correct comment

ftynse accepted this revision.Jan 3 2022, 6:27 AM
This revision is now accepted and ready to land.Jan 3 2022, 6:27 AM
This revision was automatically updated to reflect the committed changes.