forked from OSchip/llvm-project
Update this test; the code is the same but it gets counted as one
fewer remat. llvm-svn: 83690
This commit is contained in:
parent
4a72f7ab53
commit
50998f4584
|
@ -1,5 +1,5 @@
|
|||
; RUN: llc < %s -mtriple=arm-apple-darwin
|
||||
; RUN: llc < %s -mtriple=arm-apple-darwin -stats -info-output-file - | grep "Number of re-materialization" | grep 5
|
||||
; RUN: llc < %s -mtriple=arm-apple-darwin -stats -info-output-file - | grep "Number of re-materialization" | grep 4
|
||||
|
||||
%struct.CONTENTBOX = type { i32, i32, i32, i32, i32 }
|
||||
%struct.LOCBOX = type { i32, i32, i32, i32 }
|
||||
|
|
Loading…
Reference in New Issue