comparison polly/test/MaximalStaticExpansion/working_phi_two_scalars.ll @ 252:1f2b6ac9f198 llvm-original

LLVM16-1
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 18 Aug 2023 09:04:13 +0900
parents c4bab56944e8
children
comparison
equal deleted inserted replaced
237:c80f45b162ad 252:1f2b6ac9f198
55 ; CHECK: new: { Stmt_for_inc4[i0] -> MemRef_add_lcssa__phi_Stmt_for_inc4_expanded[i0] }; 55 ; CHECK: new: { Stmt_for_inc4[i0] -> MemRef_add_lcssa__phi_Stmt_for_inc4_expanded[i0] };
56 ; 56 ;
57 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" 57 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
58 target triple = "x86_64-unknown-linux-gnu" 58 target triple = "x86_64-unknown-linux-gnu"
59 59
60 define void @tmp(double* %A, double* %B) { 60 define void @tmp(ptr %A, ptr %B) {
61 entry: 61 entry:
62 br label %entry.split 62 br label %entry.split
63 63
64 entry.split: ; preds = %entry 64 entry.split: ; preds = %entry
65 br label %for.body 65 br label %for.body