This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Split usage of VPseudoUnaryNoMask with GPR destination
ClosedPublic

Authored by reames on Jun 22 2023, 4:27 PM.

Details

Summary

These instructions don't have a passthrough operand or any of the policy behaviors, while are the other ones do. Split them out into their own class to make this separation clear, and rename the mask variant to match. (We'd already done the same for the mask variant.)

Diff Detail

Event Timeline

reames created this revision.Jun 22 2023, 4:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 4:27 PM
reames requested review of this revision.Jun 22 2023, 4:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 4:27 PM
eopXD accepted this revision.Jun 23 2023, 7:45 AM

The change looks good to me.

This revision is now accepted and ready to land.Jun 23 2023, 7:45 AM