forked from OSchip/llvm-project
[X86] Added run line to intrinsics upgrade test. NFC.
llvm-svn: 312241
This commit is contained in:
parent
fbac1ae062
commit
185c81725e
|
@ -1,5 +1,6 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
||||
; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=avx2 | FileCheck %s
|
||||
; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+avx512f,+avx512bw,+avx512vl | FileCheck %s
|
||||
|
||||
define <16 x i16> @test_x86_avx2_pblendw(<16 x i16> %a0, <16 x i16> %a1) {
|
||||
; CHECK-LABEL: test_x86_avx2_pblendw:
|
||||
|
|
Loading…
Reference in New Issue