[polly] r284023 - [ScopInfo/CodeGen] ExitPHI reads are implicit.
Tobias Grosser via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 12 11:22:33 PDT 2016
> ; CHECK: Arrays {
> ; CHECK-NEXT: double MemRef_up_3_ph; // Element size 8
> ; CHECK-NEXT: i32* MemRef_A[*]; // Element size 8
> +; CHECK-NEXT: double MemRef_up_3_ph; // Element size 8
> ; CHECK-NEXT: }
Hi Michael,
am I reading this wrong or do we now have two ScopArrayInfo objects with
the same name in this test case? This is not really what I would have
expected.
Best,
Tobias
More information about the llvm-commits
mailing list