[all-commits] [llvm/llvm-project] 58323b: [RISCV] Cleanup instruction formats used for B ext...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu May 6 09:08:17 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58323be415ce0713fdd959edeab788252118c533
https://github.com/llvm/llvm-project/commit/58323be415ce0713fdd959edeab788252118c533
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-05-06 (Thu, 06 May 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrFormats.td
M llvm/lib/Target/RISCV/RISCVInstrInfoB.td
M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
M llvm/lib/Target/RISCV/RISCVInstrInfoF.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
Log Message:
-----------
[RISCV] Cleanup instruction formats used for B extension ternary operations.
Rename RVInstR4 as used by F/D/Zfh extensions to RVInstR4Frm.
Introduce new RVInstR4 that takes funct3 as a parameter.
Add new format classes for FSRI and FSRIW instead of trying to
bend RVInstR4 to use a shamt overlayed on rs2 and funct2.
Reviewed By: frasercrmck
Differential Revision: https://reviews.llvm.org/D100427
More information about the All-commits
mailing list