Displaying 2 results from an estimated 2 matches for "hasstoretoloopinvariantaddress".
2015 Mar 24
3
[LLVMdev] RFC: Loop versioning for LICM
...variantAddress.
> Its only for invariant stores[not loads], Using ‘hasLoopInvariantStore’ (or a name with invariant store) makes more sense over ‘hasAccessToLoopInvariantAddress’.
Right but it’s the address that’s invariant not the store so hasLoopInvariantStore is a misleading name. How about hasStoreToLoopInvariantAddress?
> > You will also need to generate the memchecks for such accesses in
> > canCheckPtrAtRT and addRuntimeCheck. Without those memchecks passing,
> > the result of the dependence analysis is incorrect.
> I did not understood this point correctly, I feel the current functionali...
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: