1 ; RUN: opt -reassociate -S < %s | FileCheck %s
5 define void @test1(i32 %x, i32 %y) {
7 ; CHECK: mul i32 %y, %x
8 ; CHECK: mul i32 %y, %x
9 ; CHECK: sub i32 %1, %2
10 ; CHECK: call void @use(i32 %{{.*}})
11 ; CHECK: call void @use(i32 %{{.*}})
16 call void @use(i32 %1)
17 call void @use(i32 %3)