Skip to content

Commit

Permalink
[VectorCombine] add x86 AVX run to test for better coverage; NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
rotateright committed Mar 5, 2020
1 parent a130be6 commit 59196f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion llvm/test/Transforms/VectorCombine/X86/extract-binop.ll
@@ -1,5 +1,6 @@
; 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.

Expand Down

0 comments on commit 59196f8

Please sign in to comment.