[llvm-commits] [PATCH] Fix sext(setcc()) => setcc()
Duncan Sands
baldrick at free.fr
Thu Jul 5 02:40:08 PDT 2012
Hi James, this is causing a failure on this windows buildbot:
http://bb.pgr.jp/builders/cmake-clang-i686-msvc10/builds/1063/steps/test_llvm/logs/LLVM%20%3A%3A%20CodeGen___X86___sext-setcc-self.ll
Can you please take a look.
Thanks, Duncan.
On 05/07/12 11:34, Duncan Sands wrote:
> Applied in commits 159739 and 159740. Sorry for the delay.
>
> Ciao, Duncan.
>
> On 26/06/12 13:35, James Benton wrote:
>> We were emitting 0/1 booleans, instead of 0/-1 booleans.
>>
>> Moved test to "make check" regression tests as requested.
>>
>> Also attached the nightly test suite version if you wanted that, else you can
>> use just the bugfix + regression test.
>>
>> Please commit.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
More information about the llvm-commits
mailing list