Commit 59196f84 authored by Sanjay Patel's avatar Sanjay Patel
Browse files

[VectorCombine] add x86 AVX run to test for better coverage; NFC

parent a130be6a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
; RUN: opt < %s -vector-combine -S -mtriple=x86_64-- | FileCheck %s
; RUN: opt < %s -vector-combine -S -mtriple=x86_64-- -mattr=SSE2 | FileCheck %s --check-prefixes=CHECK,SSE
; RUN: opt < %s -vector-combine -S -mtriple=x86_64-- -mattr=AVX2 | FileCheck %s --check-prefixes=CHECK,AVX

; Eliminating extract is profitable.