[llvm-commits] [llvm] r142171 - in /llvm/trunk: lib/Target/PowerPC/PPCSchedule440.td test/CodeGen/PowerPC/ppc440-fp-basic.ll test/CodeGen/PowerPC/ppc440-msync.ll

Roman Divacky rdivacky at freebsd.org
Mon Oct 17 07:26:14 PDT 2011


> Added: llvm/trunk/test/CodeGen/PowerPC/ppc440-fp-basic.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/ppc440-fp-basic.ll?rev=142171&view=auto
> ==============================================================================
> --- llvm/trunk/test/CodeGen/PowerPC/ppc440-fp-basic.ll (added)
> +++ llvm/trunk/test/CodeGen/PowerPC/ppc440-fp-basic.ll Sun Oct 16 23:03:55 2011
> @@ -0,0 +1,32 @@
> +; RUN: llc < %s -march=ppc32 -mcpu=440 | grep fmadd

Please don't use grep etc. use CHECK: and similar from FileCheck. This applies
to all the tests you committed I think.

Roman



More information about the llvm-commits mailing list