[llvm] [AArch64] Skip storing of stack arguments when lowering tail calls (PR #126735)
Amara Emerson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 5 14:57:34 PDT 2025
================
@@ -0,0 +1,89 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc %s -mtriple=aarch64 -o - | FileCheck %s
+; RUN: llc %s -mtriple=aarch64 -global-isel -o - | FileCheck %s --check-prefixes=CHECK-GI
----------------
aemerson wrote:
Can you use a common check prefix so that identical outputs are merged? I.e.
```
--check-prefixes=CHECK,SDAG
--check-prefixes=CHECK,GI
```
https://github.com/llvm/llvm-project/pull/126735
More information about the llvm-commits
mailing list