annotate llvm/test/Transforms/IndVarSimplify/2008-11-25-APFloatAssert.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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
236
c4bab56944e8 LLVM 16
kono
parents: 150
diff changeset
1 ; RUN: opt < %s -passes=indvars
150
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 define void @t() nounwind {
anatofuz
parents:
diff changeset
4 entry:
anatofuz
parents:
diff changeset
5 br label %bb23.i91
anatofuz
parents:
diff changeset
6
anatofuz
parents:
diff changeset
7 bb23.i91: ; preds = %bb23.i91, %entry
anatofuz
parents:
diff changeset
8 %result.0.i89 = phi ppc_fp128 [ 0xM00000000000000000000000000000000, %entry ], [ %0, %bb23.i91 ] ; <ppc_fp128> [#uses=2]
anatofuz
parents:
diff changeset
9 %0 = fmul ppc_fp128 %result.0.i89, %result.0.i89 ; <ppc_fp128> [#uses=1]
anatofuz
parents:
diff changeset
10 br label %bb23.i91
anatofuz
parents:
diff changeset
11 }