[all-commits] [llvm/llvm-project] 1d2766: [X86] combineConcatVectorOps - fold 512-bit concat...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Wed Jan 3 04:38:52 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d27669e8ad07f8f2372d5012384764f20a6f0cb
https://github.com/llvm/llvm-project/commit/1d27669e8ad07f8f2372d5012384764f20a6f0cb
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2024-01-03 (Wed, 03 Jan 2024)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/test/CodeGen/X86/vector-interleaved-store-i8-stride-8.ll
Log Message:
-----------
[X86] combineConcatVectorOps - fold 512-bit concat(blendi(x,y,c0),blendi(z,w,c1)) to AVX512BW mask select
Yet another yak shaving regression fix for #73509
More information about the All-commits
mailing list