This is an archive of the discontinued LLVM Phabricator instance.

Revert "[RISCV] Add policy operand for masked compare and vmsbf/vmsif/vmsof IR"
ClosedPublic

Authored by khchen on Mar 24 2022, 9:00 PM.

Details

Summary

This reverts commit 10fd2822b77e12215b4ea82fc6d0a052961eb9d9.

I have a better implementation for those operations without the
additional policy operand.
masked compare and vmsbf/vmsif/vmsof are always tail agnostic so we could
assume undef maskedoff is mask agnostic.

Diff Detail

Event Timeline

khchen created this revision.Mar 24 2022, 9:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 9:00 PM
khchen requested review of this revision.Mar 24 2022, 9:00 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 24 2022, 9:00 PM
This revision was not accepted when it landed; it landed in state Needs Review.Mar 29 2022, 6:21 PM
This revision was automatically updated to reflect the committed changes.