This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] vle1.v/vse1.v should be unmasked instructions.
ClosedPublic

Authored by HsiangKai on Feb 22 2021, 3:44 PM.

Details

Summary

vle1.v/vse1.v should be unmasked instructions. The vm encoding is 1 for unmasked instructions.

Diff Detail

Event Timeline

HsiangKai created this revision.Feb 22 2021, 3:44 PM
HsiangKai requested review of this revision.Feb 22 2021, 3:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 22 2021, 3:44 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
craig.topper added inline comments.Feb 22 2021, 3:46 PM
llvm/lib/Target/RISCV/RISCVInstrInfoV.td
148

Is this comment incorrect? Should it not have vm

HsiangKai updated this revision to Diff 325672.Feb 22 2021, 9:55 PM

Correct comments.

This revision is now accepted and ready to land.Feb 22 2021, 10:33 PM
This revision was automatically updated to reflect the committed changes.