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 cafdddb commit 4ef4947Copy full SHA for 4ef4947
llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
@@ -2917,8 +2917,7 @@ bool AArch64InstructionSelector::select(MachineInstr &I) {
2917
bool IsGOTSigned = MF.getInfo<AArch64FunctionInfo>()->hasELFSignedGOT();
2918
I.setDesc(TII.get(IsGOTSigned ? AArch64::LOADgotAUTH : AArch64::LOADgot));
2919
I.getOperand(1).setTargetFlags(OpFlags);
2920
- if (IsGOTSigned)
2921
- I.addImplicitDefUseOperands(MF);
+ I.addImplicitDefUseOperands(MF);
2922
} else if (TM.getCodeModel() == CodeModel::Large &&
2923
!TM.isPositionIndependent()) {
2924
// Materialize the global using movz/movk instructions.
0 commit comments