[llvm-commits] [llvm] r106038 - in /llvm/trunk: lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp test/CodeGen/Generic/v-binop-widen.ll test/CodeGen/Generic/v-binop-widen2.ll

Jakob Stoklund Olesen stoklund at 2pi.dk
Wed Jun 16 09:36:15 PDT 2010


On Jun 15, 2010, at 1:29 PM, Mon P Wang wrote:

> Added: llvm/trunk/test/CodeGen/Generic/v-binop-widen.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/v-binop-widen.ll?rev=106038&view=auto
> ==============================================================================
> --- llvm/trunk/test/CodeGen/Generic/v-binop-widen.ll (added)
> +++ llvm/trunk/test/CodeGen/Generic/v-binop-widen.ll Tue Jun 15 15:29:05 2010
> @@ -0,0 +1,8 @@
> +; RUN: llc -march=x86 %s

This writes an output file in the test directory. Please use '< %s' instead.

Thanks,
/jakob





More information about the llvm-commits mailing list