[llvm] [AArch64][PAC] Select auth+load into LDRAA/LDRAB/LDRA[pre]. (PR #123769)
Daniil Kovalev via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 27 04:03:34 PST 2025
================
@@ -0,0 +1,716 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
+; RUN: llc < %s -mtriple arm64e-apple-darwin -verify-machineinstrs -global-isel=0 | FileCheck %s
----------------
kovdan01 wrote:
I've ensured that for linux the test passes as well, so it would be nice if you add identical RUN lines with `-mtriple aarch64 -mattr=+pauth`. The only required change is replacing `; %bb` to `%bb` everywhere since `// ` is used instead of `; ` on linux.
https://github.com/llvm/llvm-project/pull/123769
More information about the llvm-commits
mailing list