[clang] [llvm] [AArch64][PAC] Sign block addresses used in indirectbr. (PR #97647)
Daniil Kovalev via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 8 03:50:25 PDT 2024
================
@@ -10685,6 +10689,26 @@ SDValue AArch64TargetLowering::LowerBR_JT(SDValue Op,
return DAG.getNode(ISD::BRIND, DL, MVT::Other, JTInfo, SDValue(Dest, 0));
}
+SDValue AArch64TargetLowering::LowerBRIND(SDValue Op, SelectionDAG &DAG) const {
+ MachineFunction &MF = DAG.getMachineFunction();
----------------
kovdan01 wrote:
Nit
```suggestion
const MachineFunction &MF = DAG.getMachineFunction();
```
https://github.com/llvm/llvm-project/pull/97647
More information about the cfe-commits
mailing list