This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add a policy operand to VPseudoBinaryNoMaskTURoundingMode [NFC]
ClosedPublic

Authored by eopXD on Jun 22 2023, 1:03 AM.

Details

Summary

The template was created in D151396 but was not aware of the change in
D153067. This commit adds the operand and keep similar templates
aligned.

Diff Detail

Event Timeline

eopXD created this revision.Jun 22 2023, 1:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 1:03 AM
eopXD requested review of this revision.Jun 22 2023, 1:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 1:03 AM
This revision is now accepted and ready to land.Jun 22 2023, 2:26 PM
reames accepted this revision.Jun 22 2023, 3:14 PM

LGTM as well.