We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5013cf6 commit 02eb03dCopy full SHA for 02eb03d
llvm/lib/Target/RISCV/RISCVRegisterInfo.td
@@ -234,12 +234,12 @@ let RegAltNameIndices = [ABIRegAltName] in {
234
235
foreach Index = 0-31 in {
236
def F#Index#_F : RISCVReg32<!cast<RISCVReg16>("F"#Index#"_H")>,
237
- DwarfRegNum<[!add(Index, 32)]>;
+ DwarfRegAlias<!cast<Register>("F"#Index#"_H")>;
238
}
239
240
241
def F#Index#_D : RISCVReg64<!cast<RISCVReg32>("F"#Index#"_F")>,
242
243
244
245
0 commit comments