[all-commits] [llvm/llvm-project] 82e0eb: [X86][AVX] combineConcatVectorOps - use getBROADCA...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Nov 2 11:04:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82e0eb22af13df4c97026fcc10387b9370f180c3
https://github.com/llvm/llvm-project/commit/82e0eb22af13df4c97026fcc10387b9370f180c3
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-11-02 (Tue, 02 Nov 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86][AVX] combineConcatVectorOps - use getBROADCAST_LOAD helper. NFCI.
This is part of rG1cfecf4fc427 that was reverted to fix PR51226 - concating the broadcasts is OK, its the splatted loads that crash (we're not detecting extloads). I'm still creating a reduced test case so haven't added the load handling again yet.
More information about the All-commits
mailing list