[llvm-commits] [llvm] r83690 - /llvm/trunk/test/CodeGen/ARM/remat.ll
Dan Gohman
gohman at apple.com
Fri Oct 9 16:31:04 PDT 2009
Author: djg
Date: Fri Oct 9 18:31:04 2009
New Revision: 83690
URL: http://llvm.org/viewvc/llvm-project?rev=83690&view=rev
Log:
Update this test; the code is the same but it gets counted as one
fewer remat.
Modified:
llvm/trunk/test/CodeGen/ARM/remat.ll
Modified: llvm/trunk/test/CodeGen/ARM/remat.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/remat.ll?rev=83690&r1=83689&r2=83690&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/remat.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/remat.ll Fri Oct 9 18:31:04 2009
@@ -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 }
More information about the llvm-commits
mailing list