[llvm-branch-commits] [llvm] [ConstantTime] Native ct.select support for ARM64 (PR #166706)

David Green via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sun Sep 6 23:52:02 PDT 2026


================
@@ -3470,6 +3494,20 @@ void AArch64TargetLowering::fixupPtrauthDiscriminator(
   IntDiscOp.setImm(IntDisc);
 }
 
+MachineBasicBlock *AArch64TargetLowering::EmitCTSELECT(MachineInstr &MI,
----------------
davemgreen wrote:

I don't think this should be needed?

https://github.com/llvm/llvm-project/pull/166706


More information about the llvm-branch-commits mailing list