[llvm-commits] [llvm] r60108 - /llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll

Duncan Sands baldrick at free.fr
Wed Nov 26 08:44:38 PST 2008


Author: baldrick
Date: Wed Nov 26 10:44:30 2008
New Revision: 60108

URL: http://llvm.org/viewvc/llvm-project?rev=60108&view=rev
Log:
Check that running the DAG combiner between type
and operation legalization does something useful.

Modified:
    llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll?rev=60108&r1=60107&r2=60108&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll Wed Nov 26 10:44:30 2008
@@ -1,3 +1,4 @@
+; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep store
 ; RUN: llvm-as < %s | llc -march=ppc64 > %t
 ; RUN: grep  __floattitf %t
 ; RUN: grep  __fixunstfti %t





More information about the llvm-commits mailing list