projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8c730c
)
Remove a stale comment from the test, NFC.
author
Wei Mi
<wmi@google.com>
Tue, 16 Aug 2016 16:57:15 +0000
(16:57 +0000)
committer
Wei Mi
<wmi@google.com>
Tue, 16 Aug 2016 16:57:15 +0000
(16:57 +0000)
llvm-svn: 278821
llvm/test/CodeGen/X86/hoist-spill.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/X86/hoist-spill.ll
b/llvm/test/CodeGen/X86/hoist-spill.ll
index
db9c410
..
afabf96
100644
(file)
--- a/
llvm/test/CodeGen/X86/hoist-spill.ll
+++ b/
llvm/test/CodeGen/X86/hoist-spill.ll
@@
-1,6
+1,5
@@
; RUN: llc < %s | FileCheck %s
-; grep 'Spill' |sed 's%.*\(-[0-9]\+(\%rsp)\).*%\1%g' |sort |uniq -d |awk '{if (/rsp/); exit -1}'
; Check no spills to the same stack slot after hoisting.
; CHECK: mov{{.}} %{{.*}}, [[SPOFFSET1:-?[0-9]*]](%rsp)
; CHECK: mov{{.}} %{{.*}}, [[SPOFFSET2:-?[0-9]*]](%rsp)