[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / polly / test / ScopInfo / invariant-load-instlist.ll
blob7f4cf050f06441463007815c42b1e3a18ae24095
1 ; RUN: opt %loadPolly -polly-print-scops -disable-output < %s
3 ; The load is a required invariant load and at the same time used in a store.
4 ; Polly used to add two MemoryAccesses for it which caused an assertion to fail.
5 ; llvm.org/PR48059
7 target datalayout = "e-m:w-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
8 target triple = "x86_64-pc-windows-msvc19.27.29112"
10 @b = external dso_local global i32, align 4
11 @c = external dso_local global ptr, align 8
12 @a = external dso_local local_unnamed_addr global ptr, align 8
14 define void @func() {
15 for.cond1.preheader.preheader:
16   br label %for.end12
18 for.end12:
19   br i1 undef, label %for.end12.1, label %for.end12
21 for.end12.1:
22   %0 = phi ptr [ %1, %for.end12.1 ], [ undef, %for.end12 ]
23   %storemerge26.1 = phi i32 [ %inc14.1, %for.end12.1 ], [ 0, %for.end12 ]
24   %1 = load ptr, ptr @c, align 8
25   store i32 0, ptr %1, align 4
26   %inc14.1 = add nuw nsw i32 %storemerge26.1, 1
27   %exitcond.1.not = icmp eq i32 %inc14.1, 35
28   br i1 %exitcond.1.not, label %for.inc16.1, label %for.end12.1
30 for.inc16.1:
31   ret void