[PATCH] D41618: [x86] allow pairs of PCMPEQ for vector-sized integer equality comparisons (PR33325)
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 29 14:31:28 PST 2017
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/setcc-wide-types.ll:3
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=sse2 | FileCheck %s --check-prefix=SSE2
; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx2 | FileCheck %s --check-prefix=AVX2
----------------
Please can you add AVX1/AVX512F/AVX512BW test cases to prove its not doing anything dodgy with those?
https://reviews.llvm.org/D41618
More information about the llvm-commits
mailing list