================ @@ -2516,6 +2516,10 @@ bool AArch64FastISel::selectIndirectBr(const Instruction *I) { if (AddrReg == 0) return false; + // Authenticated indirectbr is not implemented yet. ---------------- kovdan01 wrote:
It looks like that a test with FastISel ensuring that we fall back to SelectionDAG ISel is missing. I'm OK with adding missing tests later as a separate patch. https://github.com/llvm/llvm-project/pull/97647 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits