This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Move pack instructions to Zbp extension only.
ClosedPublic

Authored by craig.topper on Jan 14 2021, 7:44 PM.

Details

Summary

Zext.h will need to come back to Zbb, but that only uses specific
encodings.

Diff Detail

Event Timeline

craig.topper created this revision.Jan 14 2021, 7:44 PM
craig.topper requested review of this revision.Jan 14 2021, 7:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 14 2021, 7:44 PM
Herald added a subscriber: MaskRay. · View Herald Transcript
This revision is now accepted and ready to land.Jan 20 2021, 3:54 AM

Move pack tests from rv32zbbp-invalid.s to rv32zbp-invalid.s

asb accepted this revision.Jan 22 2021, 9:30 AM