[PATCH] D81766: [VectorCombine] try to create vector loads from scalar loads
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 1 05:10:05 PDT 2020
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/VectorCombine/X86/load.ll:60
; CHECK-LABEL: @matching_fp_vector_gep0(
-; CHECK-NEXT: [[GEP:%.*]] = getelementptr inbounds <4 x float>, <4 x float>* [[P:%.*]], i64 0, i64 0
-; CHECK-NEXT: [[R:%.*]] = load float, float* [[GEP]], align 16
----------------
do we have test coverage for non-zero gep indices?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81766/new/
https://reviews.llvm.org/D81766
More information about the llvm-commits
mailing list