[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / pr9127.ll
blob4d21bd790954da44d89668f9a6d7925cbac0fa9a
1 ; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
2 ; RUN: llc -mtriple=x86_64-win32 < %s | FileCheck %s
4 define i8 @foobar(double %d, ptr %x) {
5 entry:
6   %tmp2 = load double, ptr %x, align 8
7   %cmp = fcmp oeq double %tmp2, %d
8   %conv3 = zext i1 %cmp to i8
9   ret i8 %conv3
12 ; test that the load is folded.
13 ; CHECK: cmpeqsd        (%{{rdi|rdx}}), %xmm0