[LLVMdev] Bug in InstCombiner::FoldAndOfFCmps
Arnold Schwaighofer
aschwaighofer at apple.com
Thu May 2 15:36:50 PDT 2013
I believe this is
http://llvm.org/viewvc/llvm-project?view=revision&revision=179417
An nice way to research for commits is the revision log if you know which file:
http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp?view=log
or just:
git log lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
On May 2, 2013, at 4:53 PM, Krzysztof Parzyszek <kparzysz at codeaurora.org> wrote:
> On 5/2/2013 4:20 PM, Rafael EspĂndola wrote:
>>
>> I don't get any errors compiling this. Do you know if it was fixed? Do
>> you get an error only for some particular target? What is the 'clang
>> -cc1' command line that you seed in the error?
>
> I see this error in our compiler, but not with the trunk. I guess it's been fixed, but I don't know which commit did it.
>
> -Krzysztof
>
> --
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list