This is an archive of the discontinued LLVM Phabricator instance.

[mlir][vector] Add mask fold test for gather lowering
ClosedPublic

Authored by kuhar on Mar 15 2023, 8:42 AM.

Details

Summary

Check that scf.if checks are folded when the mask is all set / not
set.

This to address post-commit feedback for
https://reviews.llvm.org/D145942.

Diff Detail

Event Timeline

kuhar created this revision.Mar 15 2023, 8:42 AM
Herald added a project: Restricted Project. · View Herald Transcript
kuhar requested review of this revision.Mar 15 2023, 8:42 AM
dcaballe accepted this revision.Mar 16 2023, 6:41 AM

Thanks!

This revision is now accepted and ready to land.Mar 16 2023, 6:41 AM
This revision was landed with ongoing or failed builds.Mar 16 2023, 7:20 AM
This revision was automatically updated to reflect the committed changes.