This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Arith] Add ValueBoundsOpInterface impls
ClosedPublic

Authored by springerm on Mar 9 2023, 8:19 AM.

Details

Summary

These ops are useful for unit testing. (They do not fold/canonicalize with affine.apply etc.)

Depends On: D145695

Diff Detail

Event Timeline

springerm created this revision.Mar 9 2023, 8:19 AM
Herald added a project: Restricted Project. · View Herald Transcript
springerm requested review of this revision.Mar 9 2023, 8:19 AM
springerm retitled this revision from [mlir][linalg] ValueBoundsOpInterface: Add a few arith ops to [mlir][Arith] Add ValueBoundsOpInterface impls.Mar 16 2023, 8:16 AM
springerm updated this revision to Diff 509965.Mar 31 2023, 3:29 AM

update API

dcaballe accepted this revision.Apr 5 2023, 5:53 PM
This revision is now accepted and ready to land.Apr 5 2023, 5:53 PM
This revision was automatically updated to reflect the committed changes.

@springerm seems that https://github.com/llvm/llvm-project/issues/61979 is caused because of this (or the other).
Could you please revert it ? or fix it quickly
thanks