mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-05 02:49:18 +00:00
Loosen up the regex for this test so that it doesn't implicitly
depend on TargetData information. llvm-svn: 79491
This commit is contained in:
parent
e3245061a9
commit
7965c57a0f
@ -1,5 +1,7 @@
|
||||
; RUN: llvm-as < %s | opt -analyze -scalar-evolution -disable-output \
|
||||
; RUN: | grep {\{%d,+,4\}<bb>}
|
||||
; RUN: | grep {\{%d,+,\[^\{\}\]\*\}<bb>}
|
||||
|
||||
; ScalarEvolution should be able to understand the loop and eliminate the casts.
|
||||
|
||||
define void @foo(i32* nocapture %d, i32 %n) nounwind {
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user