[PATCH] D42948: [SelectionDAG] Support some SimplifySetCC cases for comparing against vector splats of constants.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 19 08:41:58 PST 2018
RKSimon added inline comments.
================
Comment at: test/CodeGen/X86/vector-compare-simplify.ll:2
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=x86_64-unknown | FileCheck %s
----------------
Do we need to add SSE/SSE42/AVX2/XOP/AVX512 test targets here to check different integer compare abilities?
Repository:
rL LLVM
https://reviews.llvm.org/D42948
More information about the llvm-commits
mailing list