This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Create folders for extsi/extui
ClosedPublic

Authored by wsmoses on Jan 2 2022, 7:08 PM.

Details

Summary

Create folders/canonicalizers for extsi/extui. Specifically,

extui(extui(x)) -> extui(x)
extsi(extsi(x)) -> extsi(x)
extsi(extui(x)) -> extui(x)

Diff Detail

Event Timeline

wsmoses created this revision.Jan 2 2022, 7:08 PM
wsmoses requested review of this revision.Jan 2 2022, 7:08 PM
mehdi_amini accepted this revision.Jan 2 2022, 9:09 PM
This revision is now accepted and ready to land.Jan 2 2022, 9:09 PM
This revision was automatically updated to reflect the committed changes.