[all-commits] [llvm/llvm-project] 19761f: [RISCV] Simplify tablegen class for Zfa FLI instru...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Jul 25 09:34:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 19761f84434354ac402b87b50e82238798197388
https://github.com/llvm/llvm-project/commit/19761f84434354ac402b87b50e82238798197388
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-07-25 (Tue, 25 Jul 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoZfa.td
Log Message:
-----------
[RISCV] Simplify tablegen class for Zfa FLI instructions. NFC
This does change the InstrFormat from I to R. It is closer to R,
but the 2 source register fields are used for immediates.
Thankfully the R and I format values in TSFlags aren't used for
anything.
More information about the All-commits
mailing list