[llvm-branch-commits] [llvm] [AArch64][PAC] Lower authenticated calls with ptrauth bundles. (PR #85736)

Daniil Kovalev via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed May 22 01:49:13 PDT 2024


================
@@ -0,0 +1,183 @@
+; RUN: llc -mtriple arm64e-apple-darwin -o - -global-isel -global-isel-abort=1 -verify-machineinstrs %s | FileCheck %s --check-prefixes=CHECK
----------------
kovdan01 wrote:

`--check-prefixes=CHECK` is not necessary (at least now, when no other RUN lines are present)

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


More information about the llvm-branch-commits mailing list