This is an archive of the discontinued LLVM Phabricator instance.

[SVE] By using SEL when orring predicates we forgo the need for a PTRUE.
ClosedPublic

Authored by paulwalker-arm on Jan 28 2022, 5:53 AM.

Diff Detail

Event Timeline

paulwalker-arm created this revision.Jan 28 2022, 5:53 AM
paulwalker-arm requested review of this revision.Jan 28 2022, 5:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 28 2022, 5:53 AM

Fix typo in comment.

Hi @paulwalker-arm, just an FYI that this needs rebasing after D118146 where I did something similar for and.

paulwalker-arm added a comment.EditedJan 28 2022, 6:09 AM

Hi @paulwalker-arm, just an FYI that this needs rebasing after D118146 where I did something similar for and.

This already builds on your great work, see how I'm reusing your sve_int_pred_log_and class, although have renamed it now it has other uses.

Hi @paulwalker-arm, just an FYI that this needs rebasing after D118146 where I did something similar for and.

This already builds on your great work, see how I'm reusing your sve_int_pred_log_and class, although have renamed it now it has other uses.

Ah I see it now. I hadn't yet pulled 49178a2c4ee3f44b85d99c3730a7e71e2caf554a so things still looked different from my local repo.

Matt added a subscriber: Matt.Jan 31 2022, 7:59 AM
sdesmalen accepted this revision.Jan 31 2022, 8:13 AM
This revision is now accepted and ready to land.Jan 31 2022, 8:13 AM
This revision was landed with ongoing or failed builds.Jan 31 2022, 11:41 AM
This revision was automatically updated to reflect the committed changes.