[llvm] r210539 - SelectionDAG: Expand SELECT_CC to SELECT + SETCC

Tom Stellard tom at stellard.net
Thu Jun 12 09:55:51 PDT 2014


On Wed, Jun 11, 2014 at 04:49:20PM -0700, Arnold Schwaighofer wrote:
> 
> 
> 
> 
> installbad/bin/llc r2.ll -o r.bad.s ; installgood/bin/llc r2.ll -o r.bad.s ; clang r.bad.s -o bad ; clang r.good.s -o good ; ./good ; ./bad
> 1
> 0
> 

Hi Arnold,

Thanks for the test case.  I have reverted the bad commit and also
committed this test case.  I've sent a corrected version of the bad
commit to the list for review:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20140609/221192.html

-Tom

> 
> 
> 
> > On Jun 11, 2014, at 10:22 AM, Tom Stellard <tom at stellard.net> wrote:
> > 
> > On Wed, Jun 11, 2014 at 09:55:40AM -0700, Arnold Schwaighofer wrote:
> > 
> > > Yes,  I have replied to the wrong commit. git bisect points to 210540.
> > > 
> > > 
> > 
> > Ok, that makes a little more sense.  If you could get a reduced test case that would
> > be great.  A diff of the complied assembly may help too.
> > 
> 
> 
> 






More information about the llvm-commits mailing list