[clang] [llvm] [RISCV][VCIX] Add vcix_state to GNU inline assembly register set (PR #106914)
Jessica Clarke via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 11 00:09:46 PDT 2024
================
@@ -44,7 +44,7 @@ ArrayRef<const char *> RISCVTargetInfo::getGCCRegNames() const {
"v24", "v25", "v26", "v27", "v28", "v29", "v30", "v31",
// CSRs
- "fflags", "frm", "vtype", "vl", "vxsat", "vxrm"
+ "fflags", "frm", "vtype", "vl", "vxsat", "vxrm", "sf_vcix_state"
----------------
jrtc27 wrote:
What do you mean by "This is a machine instruction name [...] it can't recognize"? That's the name it's given in TableGen.
https://github.com/llvm/llvm-project/pull/106914
More information about the cfe-commits
mailing list