[llvm-commits] [llvm] r139407 - in /llvm/trunk: lib/CodeGen/SelectionDAG/DAGCombiner.cpp lib/CodeGen/SelectionDAG/SelectionDAG.cpp test/CodeGen/ARM/2011-09-09-OddVectorDivision.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Mon Sep 12 09:36:32 PDT 2011
On Sep 9, 2011, at 2:04 PM, Eli Friedman wrote:
> --- llvm/trunk/test/CodeGen/ARM/2011-09-09-OddVectorDivision.ll (added)
> +++ llvm/trunk/test/CodeGen/ARM/2011-09-09-OddVectorDivision.ll Fri Sep 9 16:04:06 2011
> @@ -0,0 +1,23 @@
> +; RUN: llc -mtriple=armv7-- %s -mattr=-neon
Eli,
This test is leaving temporary files in the test directory.
Please use '< %s' instead of '%s'.
/jakob
More information about the llvm-commits
mailing list