17 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 52; RUN: opt < %s -passes=instcombine -S | FileCheck %s3 4define x86_fp80 @remquo_fp80(ptr %quo) {5; CHECK-LABEL: define x86_fp80 @remquo_fp80(6; CHECK-SAME: ptr [[QUO:%.*]]) {7; CHECK-NEXT: [[ENTRY:.*:]]8; CHECK-NEXT: store i32 -2, ptr [[QUO]], align 49; CHECK-NEXT: ret x86_fp80 0xK3FFF800000000000000010;11entry:12 %call = call x86_fp80 @remquol(x86_fp80 0xKC001A000000000000000, x86_fp80 0xK4000C000000000000000, ptr %quo)13 ret x86_fp80 %call14}15 16declare x86_fp80 @remquol(x86_fp80, x86_fp80, ptr)17