Skip to content

Commit b377d78

Browse files
committed
address comments
1. Insert CHECK-LABEL 2. Insert triple name for the test to address test failure
1 parent 2ae1661 commit b377d78

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
# 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: savePoint:
2829
# CHECK: - point: '%bb.3'
2930
# CHECK: restorePoint:

0 commit comments

Comments
 (0)