|
| 1 | +; NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 4 |
| 2 | +; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -start-after=codegenprepare -stop-before finalize-isel | FileCheck %s |
| 3 | + |
| 4 | +define <8 x i16> @_Z3fooiPiPs(<8 x i16> %src, <8 x i1> %mask) #0 { |
| 5 | + ; CHECK-LABEL: name: _Z3fooiPiPs |
| 6 | + ; CHECK: bb.0.entry: |
| 7 | + ; CHECK-NEXT: liveins: $xmm0, $xmm1 |
| 8 | + ; CHECK-NEXT: {{ $}} |
| 9 | + ; CHECK-NEXT: [[COPY:%[0-9]+]]:vr128x = COPY $xmm1 |
| 10 | + ; CHECK-NEXT: [[COPY1:%[0-9]+]]:vr128x = COPY $xmm0 |
| 11 | + ; CHECK-NEXT: [[VPSLLWZ128ri:%[0-9]+]]:vr128x = VPSLLWZ128ri [[COPY]], 15 |
| 12 | + ; CHECK-NEXT: [[VPMOVW2MZ128rr:%[0-9]+]]:vk16wm = VPMOVW2MZ128rr killed [[VPSLLWZ128ri]] |
| 13 | + ; CHECK-NEXT: [[VPEXPANDWZ128rmk:%[0-9]+]]:vr128x = VPEXPANDWZ128rmk [[COPY1]], killed [[VPMOVW2MZ128rr]], $noreg, 1, $noreg, 0, $noreg :: (load unknown-size from `ptr null`, align 1) |
| 14 | + ; CHECK-NEXT: $xmm0 = COPY [[VPEXPANDWZ128rmk]] |
| 15 | + ; CHECK-NEXT: RET 0, $xmm0 |
| 16 | +entry: |
| 17 | + %res = call <8 x i16> @llvm.masked.expandload.v8i16(ptr null, <8 x i1> %mask, <8 x i16> %src) |
| 18 | + ret <8 x i16> %res |
| 19 | +} |
| 20 | + |
| 21 | +define <8 x i16> @_Z3foo2iPiPs(<8 x i16> %src, <8 x i1> %mask) #0 { |
| 22 | + ; CHECK-LABEL: name: _Z3foo2iPiPs |
| 23 | + ; CHECK: bb.0.entry: |
| 24 | + ; CHECK-NEXT: liveins: $xmm0, $xmm1 |
| 25 | + ; CHECK-NEXT: {{ $}} |
| 26 | + ; CHECK-NEXT: [[COPY:%[0-9]+]]:vr128x = COPY $xmm1 |
| 27 | + ; CHECK-NEXT: [[COPY1:%[0-9]+]]:vr128x = COPY $xmm0 |
| 28 | + ; CHECK-NEXT: [[VPSLLWZ128ri:%[0-9]+]]:vr128x = VPSLLWZ128ri [[COPY]], 15 |
| 29 | + ; CHECK-NEXT: [[VPMOVW2MZ128rr:%[0-9]+]]:vk16wm = VPMOVW2MZ128rr killed [[VPSLLWZ128ri]] |
| 30 | + ; CHECK-NEXT: [[VPEXPANDWZ128rmk:%[0-9]+]]:vr128x = VPEXPANDWZ128rmk [[COPY1]], killed [[VPMOVW2MZ128rr]], $noreg, 1, $noreg, 0, $noreg :: (load unknown-size from `ptr null`, align 16) |
| 31 | + ; CHECK-NEXT: $xmm0 = COPY [[VPEXPANDWZ128rmk]] |
| 32 | + ; CHECK-NEXT: RET 0, $xmm0 |
| 33 | +entry: |
| 34 | + %res = call <8 x i16> @llvm.masked.expandload.v8i16(ptr align 16 null, <8 x i1> %mask, <8 x i16> %src) |
| 35 | + ret <8 x i16> %res |
| 36 | +} |
| 37 | + |
| 38 | +; Function Attrs: nocallback nofree nosync nounwind willreturn memory(argmem: write) |
| 39 | +declare <8 x i16> @llvm.masked.expandload.v8i16(ptr, <8 x i1>, <8 x i16>) |
| 40 | + |
| 41 | +attributes #0 = { "target-cpu"="icelake-server" } |
| 42 | +attributes #1 = { nocallback nofree nosync nounwind willreturn memory(argmem: write) } |
0 commit comments