search for: testcase2

Displaying 3 results from an estimated 3 matches for "testcase2".

Did you mean: testcases
2012 Feb 12
0
[LLVMdev] Polly and non affine branches in ScoPs
On 02/08/2012 08:08 PM, Marcello Maggioni wrote: > Hi, I'm using Polly to analyze memory access patterns for an > university project and I'm trying to get polly working on some loops > that polly marks as "containing non affine branches" . Hi Marcello, sorry for the long delay. > From what I understand polly skips Scops that contain these branches > (which
2012 Feb 14
1
[LLVMdev] Polly and non affine branches in ScoPs
...ame region (SCEVValidator.cpp:267 is the check that returns invalid). With "this code X into Y" you mean at the source level or at the IR level ? :P (I think I know the answer, just to be sure). Marcello -------------- next part -------------- A non-text attachment was scrubbed... Name: testcase2.ll Type: application/octet-stream Size: 999 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120214/6fe88356/attachment.obj>
2012 Feb 08
2
[LLVMdev] Polly and non affine branches in ScoPs
Hi, I'm using Polly to analyze memory access patterns for an university project and I'm trying to get polly working on some loops that polly marks as "containing non affine branches" . >From what I understand polly skips Scops that contain these branches (which comprises something like "if (i % 2 == 0)" where i is a loop varying variable) because these kind of