This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Avoid creating duplicate output in WarpExecuteOnLane0Op
ClosedPublic

Authored by ThomasRaoux on Jul 10 2022, 11:51 PM.

Details

Summary

Prevent creating multiple output for the same Value when distributing
operations out of WarpExecuteOnLane0Op. This avoid creating combinatory
explosion of outputs.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Jul 10 2022, 11:51 PM
ThomasRaoux requested review of this revision.Jul 10 2022, 11:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 10 2022, 11:51 PM
springerm accepted this revision.Jul 11 2022, 8:08 AM
This revision is now accepted and ready to land.Jul 11 2022, 8:08 AM