[llvm-commits] [PATCH] Fix sext(setcc()) => setcc()

Duncan Sands baldrick at free.fr
Fri Jul 6 07:44:09 PDT 2012


On 06/07/12 16:01, James Benton wrote:
> On 05/07/12 17:54, Anton Korobeynikov wrote:
>>> 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
>>>
>> I believe this is due to different vector calling convention on
>> windows. Most probably test will need to test wrt explicit target
>> triple.
>>
> When testing myself with -march=x86 on mingw it was generating the standard
> ebp/esp stack setup around the pcmp/xor which was breaking the CHECK-NEXT:
...

I've committed your fix.  Thanks!

Ciao, Duncan.



More information about the llvm-commits mailing list