Displaying 1 result from an estimated 1 matches for "module_array".
2013 Jan 04
4
[LLVMdev] [Polly] Aliasing problems escalation (WAS: Re: [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?)
...ple Fortran source code (to be compiled with and without -DMODULE to
see failing and working version, respectively).
2) LLVM IR for both cases right before Polly analysis (initialization loop
"array = 2")
Below is diff for quick look:
marcusmae at M17xR4:~/forge/kernelgen/tests/behavior/module_array$ diff -u
array.loop.9.ll module_array.loop.9.ll
--- array.loop.9.ll 2013-01-04 01:37:40.312259953 +0100
+++ module_array.loop.9.ll 2013-01-04 01:37:50.036259544 +0100
@@ -12,34 +12,39 @@
br label %"10.cloned"
"16.cloned": ; preds =...