mirror of
https://github.com/RPCS3/llvm.git
synced 2025-05-13 08:56:04 +00:00
Make this test more specific. There are 3 stats that matched "machine-licm".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141741 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3c43b48fa9
commit
b75e5d96dd
@ -1,4 +1,4 @@
|
||||
; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -o /dev/null -stats -info-output-file - | grep machine-licm | grep 2
|
||||
; RUN: llc -mtriple=x86_64-apple-darwin -march=x86-64 < %s -o /dev/null -stats -info-output-file - | grep "hoisted out of loops" | grep 3
|
||||
|
||||
; MachineLICM should be able to hoist the symbolic addresses out of
|
||||
; the inner loops.
|
||||
|
Loading…
x
Reference in New Issue
Block a user