This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Disable folding for masked reductions
ClosedPublic

Authored by dcaballe on Jan 12 2023, 5:27 PM.

Details

Summary

Reductions can't be folded into plain arith ops until we can mask
those arith ops.

Diff Detail

Event Timeline

dcaballe created this revision.Jan 12 2023, 5:27 PM
Herald added a project: Restricted Project. · View Herald Transcript
dcaballe requested review of this revision.Jan 12 2023, 5:27 PM
This revision is now accepted and ready to land.Jan 13 2023, 12:18 AM
This revision was landed with ongoing or failed builds.Jan 19 2023, 3:07 PM
This revision was automatically updated to reflect the committed changes.