Skip to content

Commit d240a88

Browse files
committed
address comments
1 parent a21d438 commit d240a88

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1+
# RUN: llc -simplify-mir -run-pass=shrink-wrap -o - %s | FileCheck %s
12
--- |
2-
; RUN: llc -x=mir -simplify-mir -run-pass=shrink-wrap -o - %s | FileCheck %s
3-
; CHECK-NOT: savePoint
4-
; CHECK-NOT: restorePoint
5-
63
declare double @foo()
74

85
define double @shrink_wrap_load_from_const_pool(double %q) {
@@ -24,8 +21,11 @@
2421
br label %common.ret
2522
}
2623
...
27-
# Following code has a load from constant pool. Accessing constant pool must not
28-
# be considered as a stack access and hence, shrink wrapping must happen.
24+
# FIXME: Following code has a load from constant pool. Accessing constant pool
25+
# must not be considered as a stack access and hence, shrink wrapping must
26+
# happen.
27+
# CHECK-NOT: savePoint
28+
# CHECK-NOT: restorePoint
2929
---
3030
name: shrink_wrap_load_from_const_pool
3131
tracksRegLiveness: true

0 commit comments

Comments
 (0)