[clang] [llvm] [Clang] Add `__builtin_stack_address` (PR #148281)
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 27 14:22:19 PDT 2025
================
@@ -0,0 +1,14 @@
+; RUN: llc < %s -mtriple=armv7 | FileCheck %s --check-prefix=armv7
+; RUN: llc < %s -mtriple=aarch64 | FileCheck %s --check-prefix=aarch64
----------------
efriedma-quic wrote:
You can't put aarch64 testcases in llvm/test/CodeGen/ARM/. They have to be in llvm/test/CodeGen/AArch64. (The backends are independent; this will cause a regression test failure if the "Arm" backend is enabled, but the "AArch64" backend is disabled.)
https://github.com/llvm/llvm-project/pull/148281
More information about the llvm-commits
mailing list