[all-commits] [llvm/llvm-project] 6a1b2d: [RISCV] Handle FRMArg as an optional operand inste...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Jan 31 09:08:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6a1b2d04288296606767bce08b3229e0e72e0100
https://github.com/llvm/llvm-project/commit/6a1b2d04288296606767bce08b3229e0e72e0100
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVInstPrinter.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoD.td
M llvm/lib/Target/RISCV/RISCVInstrInfoF.td
M llvm/lib/Target/RISCV/RISCVInstrInfoZfh.td
Log Message:
-----------
[RISCV] Handle FRMArg as an optional operand instead of using InstAliases.
Instead of having InstAliases without operand. Use the optional
operand infrastructure.
Still use the PrintAliases/NoAlias controls to determine if we
print "dyn" or not.
Differential Revision: https://reviews.llvm.org/D142959
More information about the All-commits
mailing list