This is an archive of the discontinued LLVM Phabricator instance.

[mlir][arith] Expose dedicated API for expanding ceil/floor division
ClosedPublic

Authored by antiagainst on Oct 7 2022, 12:08 PM.

Details

Summary

This allows more precise control over which patterns to pick to
expand arithmetic ops. Previously ceil/floor division epxansion
is only available together with various min/max op expansion.

Diff Detail

Event Timeline

antiagainst created this revision.Oct 7 2022, 12:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 7 2022, 12:08 PM
antiagainst requested review of this revision.Oct 7 2022, 12:08 PM

Fix comments

ThomasRaoux accepted this revision.Oct 7 2022, 12:37 PM
This revision is now accepted and ready to land.Oct 7 2022, 12:37 PM