search for: hascomputablebounds

Displaying 2 results from an estimated 2 matches for "hascomputablebounds".

2015 Mar 24
3
[LLVMdev] RFC: Loop versioning for LICM
...e considered as same. > This same behavior we need for invariant store. > > By debugging sample programs I can see its adding invariant stores pointers > to runtime check. > > Can you provide more details, what you meant by above comment. I would have expected canCheckPtrAtRT/hasComputableBounds to give up when the pointer was not a SCEVAddRecExpr. How do we get passed that point? Adam > > Regards, > Ashutosh > > From: Adam Nemet [mailto:anemet at apple.com] > Sent: Friday, March 20, 2015 10:30 AM > To: Nema, Ashutosh > Cc: Hal Finkel; Philip Reames; llvmdev...
2015 Mar 20
2
[LLVMdev] RFC: Loop versioning for LICM
> On Mar 19, 2015, at 9:46 PM, Nema, Ashutosh <Ashutosh.Nema at amd.com> wrote: > > Thanks Adam for your reply. > > From: Adam Nemet [mailto:anemet at apple.com <mailto:anemet at apple.com>] > Sent: Friday, March 20, 2015 3:23 AM > To: Nema, Ashutosh > Cc: Hal Finkel; Philip Reames; llvmdev at cs.uiuc.edu <mailto:llvmdev at cs.uiuc.edu> > Subject: