Skip to content

Commit 1c432c5

Browse files
committed
[RISCV] Rename sf_vcix_state to sf.vcix_state
This PR: llvm#106995 names the vendor CSR in a wrong way, it should be `sf.` rather than `sf_` for prefix.
1 parent 20fa37b commit 1c432c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVRegisterInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,4 +665,4 @@ def FRM : RISCVReg<0, "frm">;
665665
def SSP : RISCVReg<0, "ssp">;
666666

667667
// Dummy SiFive VCIX state register
668-
def SF_VCIX_STATE : RISCVReg<0, "sf_vcix_state">;
668+
def SF_VCIX_STATE : RISCVReg<0, "sf.vcix_state">;

0 commit comments

Comments
 (0)