diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/GlobalISel/add-vec.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/GlobalISel/add-vec.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/GlobalISel/add-vec.ll b/llvm/test/CodeGen/X86/GlobalISel/add-vec.ll index e9b4466943d..679a49d733a 100644 --- a/llvm/test/CodeGen/X86/GlobalISel/add-vec.ll +++ b/llvm/test/CodeGen/X86/GlobalISel/add-vec.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py -; RUN: llc -mtriple=x86_64-linux-gnu -mcpu=skx -global-isel < %s -o - | FileCheck %s --check-prefix=SKX +; RUN: llc -mtriple=x86_64-linux-gnu -mcpu=skx -global-isel -verify-machineinstrs < %s -o - | FileCheck %s --check-prefix=SKX define <16 x i8> @test_add_v16i8(<16 x i8> %arg1, <16 x i8> %arg2) { ; SKX-LABEL: test_add_v16i8: |