[all-commits] [llvm/llvm-project] 77313d: [RISCV] Use PseudoInstExpansion for PseudoReadVLEN...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Apr 6 09:33:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77313ddfb211ba854ecc2bb042d4847e82925604
https://github.com/llvm/llvm-project/commit/77313ddfb211ba854ecc2bb042d4847e82925604
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/lib/Target/RISCV/RISCVMCInstLower.cpp
M llvm/lib/Target/RISCV/RISCVSystemOperands.td
Log Message:
-----------
[RISCV] Use PseudoInstExpansion for PseudoReadVLENB and PseudoReadVL. NFC
This lets tablegen generated the code and avoids a string lookup
of the CSR name at runtime.
More information about the All-commits
mailing list