diff options
| -rw-r--r-- | llvm/test/CodeGen/X86/pr17764.ll | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/pr17764.ll b/llvm/test/CodeGen/X86/pr17764.ll index a44248ff3f5..ccfdb5b5834 100644 --- a/llvm/test/CodeGen/X86/pr17764.ll +++ b/llvm/test/CodeGen/X86/pr17764.ll @@ -1,4 +1,4 @@ -; NOTE: Assertions have been autogenerated by utils/update_test_checks.py +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2 | FileCheck %s define <16 x i16> @foo(<16 x i1> %mask, <16 x i16> %x, <16 x i16> %y) { @@ -9,7 +9,6 @@ define <16 x i16> @foo(<16 x i1> %mask, <16 x i16> %x, <16 x i16> %y) { ; CHECK-NEXT: vpsraw $15, %ymm0, %ymm0 ; CHECK-NEXT: vpblendvb %ymm0, %ymm1, %ymm2, %ymm0 ; CHECK-NEXT: retq -; %ret = select <16 x i1> %mask, <16 x i16> %x, <16 x i16> %y ret <16 x i16> %ret } |

