[all-commits] [llvm/llvm-project] 2a9b24: [RISCV] Replace uses of RISCVOpcode<0b0010011> and...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Dec 7 08:07:35 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a9b2444d9c2f02be2179530073e646acb858ab1
https://github.com/llvm/llvm-project/commit/2a9b2444d9c2f02be2179530073e646acb858ab1
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
Log Message:
-----------
[RISCV] Replace uses of RISCVOpcode<0b0010011> and RISCVOpcode<0b0011011> with existing named objects. NFC
These are already instantiated with names as OPC_OP_IMM and
OPC_OP_IMM_32.
Reviewed By: frasercrmck
Differential Revision: https://reviews.llvm.org/D115172
More information about the All-commits
mailing list