[llvm] aarch64: fix testcase (PR #75723)

via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 16 16:53:20 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-backend-aarch64

Author: Nathan Sidwell (urnathan)

<details>
<summary>Changes</summary>

Add missing < %s to RUN line.

Is there an obvious rule allowing me to just commit this?


---
Full diff: https://github.com/llvm/llvm-project/pull/75723.diff


1 Files Affected:

- (modified) llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll (+1-1) 


``````````diff
diff --git a/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll b/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll
index 96f2f63d703c7d..e1303285ee6b6a 100644
--- a/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll
+++ b/llvm/test/CodeGen/AArch64/stack-probing-dynamic-no-frame-setup.ll
@@ -1,4 +1,4 @@
-; RUN: llc --stop-after=finalize-isel -o - | FileCheck %s
+; RUN: llc < %s --stop-after=finalize-isel -o - | FileCheck %s
 target triple = "aarch64-linux"
 
 ; Check dynamic stack allocation and probing instructions do not have

``````````

</details>


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


More information about the llvm-commits mailing list