Displaying 4 results from an estimated 4 matches for "emitanalysis".
2015 Mar 19
2
[LLVMdev] RFC: Loop versioning for LICM
...m.org/D6930>.
>
> Please let me know if you have any questions.
>
> I have gone through current LAA, found few gaps for reusing it.
>
> i.e.
> 928 void LoopAccessInfo::analyzeLoop(const ValueToValueMap &Strides) {
> 1029 if (isUniform(Ptr)) {
> 1030 emitAnalysis(
> 1031 LoopAccessReport(ST)
> 1032 << "write to a loop invariant address could not be vectorized");
> 1033 DEBUG(dbgs() << "LAA: We don't allow storing to uniform addresses\n");
> 1034 CanVecMem = false;
> 1035...
2015 Mar 20
2
[LLVMdev] RFC: Loop versioning for LICM
...m.org/D6930>.
>
> Please let me know if you have any questions.
>
> I have gone through current LAA, found few gaps for reusing it.
>
> i.e.
> 928 void LoopAccessInfo::analyzeLoop(const ValueToValueMap &Strides) {
> 1029 if (isUniform(Ptr)) {
> 1030 emitAnalysis(
> 1031 LoopAccessReport(ST)
> 1032 << "write to a loop invariant address could not be vectorized");
> 1033 DEBUG(dbgs() << "LAA: We don't allow storing to uniform addresses\n");
> 1034 CanVecMem = false;
> 1035...
2015 Mar 24
3
[LLVMdev] RFC: Loop versioning for LICM
...m.org/D6930>.
>
> Please let me know if you have any questions.
>
> I have gone through current LAA, found few gaps for reusing it.
>
> i.e.
> 928 void LoopAccessInfo::analyzeLoop(const ValueToValueMap &Strides) {
> 1029 if (isUniform(Ptr)) {
> 1030 emitAnalysis(
> 1031 LoopAccessReport(ST)
> 1032 << "write to a loop invariant address could not be vectorized");
> 1033 DEBUG(dbgs() << "LAA: We don't allow storing to uniform addresses\n");
> 1034 CanVecMem = false;
> 1035...
2015 Mar 11
2
[LLVMdev] RFC: Loop versioning for LICM
> On Mar 5, 2015, at 10:33 PM, Nema, Ashutosh <Ashutosh.Nema at amd.com> wrote:
>
>
> I am about to post the patches to make LAA suitable for Loop Distribution. As you will hopefully find this will make the LAA more generic. I will cc you on the patches.
>
> Sure Adam.
>
> RuntimeCheckEmitter
> âRuntimeCheckEmitter::addRuntimeCheckâ
> While creating