comparison polly/test/ForwardOpTree/forward_reusue.ll @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 79ff65ed7e25
children 1f2b6ac9f198
comparison
equal deleted inserted replaced
232:70dce7da266c 236:c4bab56944e8
1 ; RUN: opt %loadPolly -polly-optree -analyze < %s | FileCheck %s -match-full-lines 1 ; RUN: opt %loadPolly -polly-print-optree -disable-output < %s | FileCheck %s -match-full-lines
2 ; 2 ;
3 ; Move operand tree without duplicating values used multiple times. 3 ; Move operand tree without duplicating values used multiple times.
4 ; 4 ;
5 define void @func(i32 %n, double* noalias nonnull %A) { 5 define void @func(i32 %n, double* noalias nonnull %A) {
6 entry: 6 entry: