This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Replace uses of RISCVOpcode<0b0010011> and RISCVOpcode<0b0011011> with existing named objects. NFC
ClosedPublic

Authored by craig.topper on Dec 6 2021, 11:23 AM.

Details

Summary

These are already instantiated with names as OPC_OP_IMM and
OPC_OP_IMM_32.

Diff Detail

Event Timeline

craig.topper created this revision.Dec 6 2021, 11:23 AM
craig.topper requested review of this revision.Dec 6 2021, 11:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 6 2021, 11:23 AM
Herald added a subscriber: MaskRay. · View Herald Transcript
craig.topper retitled this revision from [RISCV] Replaces of RISCVOpcode<0b0010011> and RISCVOpcode<0b0011011> with existing named objects. NFC to [RISCV] Replace uses of RISCVOpcode<0b0010011> and RISCVOpcode<0b0011011> with existing named objects. NFC.Dec 6 2021, 11:24 AM
This revision is now accepted and ready to land.Dec 7 2021, 1:35 AM
This revision was landed with ongoing or failed builds.Dec 7 2021, 8:07 AM
This revision was automatically updated to reflect the committed changes.