[llvm-commits] [llvm] r131539 - in /llvm/trunk/test/CodeGen/X86: 2011-05-17-pmovzxwd.ll vec_shuffle-36.ll

Stuart Hastings stuart at apple.com
Wed May 18 22:59:44 PDT 2011


On May 18, 2011, at 2:28 PM, Chris Lattner wrote:

> On May 18, 2011, at 10:02 AM, Stuart Hastings wrote:
>> URL: http://llvm.org/viewvc/llvm-project?rev=131539&view=rev
>> Log:
>> Merge pmovzx test case into existing file.
> 
> One more thing:
> 
>> +++ llvm/trunk/test/CodeGen/X86/vec_shuffle-36.ll Wed May 18 12:02:04 2011
>> @@ -1,4 +1,5 @@
>> ; RUN: llc < %s -march=x86-64 -mattr=sse41 | FileCheck %s
>> +; RUN: opt -std-compile-opts < %s | llc -march=x86-64 -mattr=sse41 | FileCheck --check-prefix=CHECK_OPT_LLC %s
> 
> Why are you running -std-compile-opts here?  This is an instcombine patch, so the test should go in Transforms/Instcombine, and should *only* run instcombine.

Done in 131634.

stuart



More information about the llvm-commits mailing list