search for: 03a95638

Displaying 2 results from an estimated 2 matches for "03a95638".

2011 Nov 03
0
[LLVMdev] How to make Polly ignore some non-affine memory accesses
...complete fix later on. Cheers Tobi -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Hack-around-parameter-handled-as-IV-issue.patch Type: text/x-diff Size: 1916 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111103/03a95638/attachment.patch>
2011 Nov 02
5
[LLVMdev] How to make Polly ignore some non-affine memory accesses
Mmm I found out a very strange behavior (to me) of the SCEV analysis of the loop bound of the external loop I posted. When in ScopDetection it gets the SCEV of the external loop bound in the "isValidLoop()" function with: const SCEV *LoopCount = SE->getBackedgeTakenCount(L); It returns a SCEVCouldNotCompute, but if I change the "if" block inside the loop from: if