[llvm-commits] [llvm] r145906 - in /llvm/trunk: lib/Transforms/Scalar/LoopStrengthReduce.cpp test/Transforms/LoopStrengthReduce/2011-12-04-loserreg.ll

Andrew Trick atrick at apple.com
Sat Mar 10 10:43:55 PST 2012


On Mar 10, 2012, at 2:33 AM, Anton Korobeynikov wrote:

> Hi Andrew,
> 
>> Thanks. I was recently wondering if we had any intention of supporting make check without TARGETS=x86. I see 'target triple = "x86..."' scattered thoughout the common test cases.
> It depends on how this triple is used... If you just feed opt then
> there is no problem. If test depends on x86 target to be built, it
> should be moved into special dir which is included if LLVM configured
> with x86 target.

Right, looking at it again I see that I converted it to llc + asm matching. I wanted to "just feed opt", so I could write meaningful test cases. But I couldn't figure out how to get the target data into LSR without invoking llc. This is a big problem for testing something like LSR.

For now, I'll move these test to CodeGen.

-Andy



More information about the llvm-commits mailing list