[llvm] [Exegesis][RISCV] Add RISCV support for llvm-exegesis (PR #89047)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 17:47:48 PDT 2024
================
@@ -331,6 +331,9 @@ enum OperandType : unsigned {
OPERAND_RVKRNUM_2_14,
OPERAND_SPIMM,
OPERAND_LAST_RISCV_IMM = OPERAND_SPIMM,
+ // Operand is a 3-bit rounding mode, '111' indicates FRM register.
+ // Represents 'frm' argument passing to floating-point operations.
+ OPERAND_FRMARG,
----------------
topperc wrote:
I extracted this and committed separately. 13a3c4f
https://github.com/llvm/llvm-project/pull/89047
More information about the llvm-commits
mailing list