[PATCH] D51553: [DAGCombiner][x86] add transform/hook to load a scalar directly for use in a vector binop

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 29 03:50:54 PDT 2018


RKSimon added inline comments.


================
Comment at: test/CodeGen/X86/load-scalar-as-vector.ll:5
 ; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx        | FileCheck %s --check-prefixes=AVX,AVX1
 ; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx2       | FileCheck %s --check-prefixes=AVX,AVX2
 
----------------
Please can you rebase as I added avx512 tests at rL342773 and possibly add some tests with 256/512 vectors as well?


https://reviews.llvm.org/D51553





More information about the llvm-commits mailing list