Skip to content

Commit 7cb9f1b

Browse files
committed
Test was failing in pre-CI checks. Adding -mtriple option.
1 parent d240a88 commit 7cb9f1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/CodeGen/AArch64/shrink-wrap-const-pool-access.mir

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RUN: llc -simplify-mir -run-pass=shrink-wrap -o - %s | FileCheck %s
1+
# RUN: llc -mtriple=aarch64 -simplify-mir -run-pass=shrink-wrap -o - %s | FileCheck %s
22
--- |
33
declare double @foo()
44

@@ -24,6 +24,7 @@
2424
# FIXME: Following code has a load from constant pool. Accessing constant pool
2525
# must not be considered as a stack access and hence, shrink wrapping must
2626
# happen.
27+
# CHECK-LABEL:name: shrink_wrap_load_from_const_pool
2728
# CHECK-NOT: savePoint
2829
# CHECK-NOT: restorePoint
2930
---

0 commit comments

Comments
 (0)