[llvm] r268529 - [ARM] Fix Scavenger assert due to underestimated stack size

Zhao, Weiming via llvm-commits llvm-commits at lists.llvm.org
Fri May 6 09:56:32 PDT 2016


I tried to build my local LLVM with Memory Sanitizer, but it failed 
because the generated llvmTblGen hit the same use-of-undef-var error.  
Do you know if there is any other way we can reproduce the error?

Thanks,

Weiming


On 5/6/2016 7:18 AM, Renato Golin wrote:
> On 6 May 2016 at 10:06, via llvm-commits <llvm-commits at lists.llvm.org> wrote:
>> Hi Vitaly,
>>
>> I don't see uninitialized variables in my change.
>>
>> I also tried to build LLVM with Memory sanitizer but it also hit the same
>> "use-of-uninitialized-value" error when running llvm-tblgen.
> I have to say, I didn't see either.
>
> I thought it was because I wasn't looking at the whole context, or
> there were some globals I hadn't accounted for, but I think that was
> an odd one.
>
> When you run it with sanitirzers, locally, do you see it hitting your
> change every time? Or does it present some alternating behaviour?
>
> --renato

-- 
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160506/b9edebb1/attachment.html>


More information about the llvm-commits mailing list