[llvm] [X86] combineAdd - remove unnecessary add(a,concat(vpmaddwd(x,y),vpmaddwd(z,w))) -> vpdpwssd(a,concat(x,z),concat(y,w)) fold (PR #209838)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 07:06:00 PDT 2026
https://github.com/RKSimon closed https://github.com/llvm/llvm-project/pull/209838
More information about the llvm-commits
mailing list