[PATCH] D79611: [llvm] [CodeGen] Fixed vector halving bug for masked store

Aart Bik via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 7 18:28:20 PDT 2020


aartbik created this revision.
Herald added subscribers: llvm-commits, hiraditya.
Herald added a project: LLVM.

Note that this fix is very similar to what has already been
done for the masked load in https://reviews.llvm.org/D78608

Bugs:
https://bugs.llvm.org/show_bug.cgi?id=45563
https://bugs.llvm.org/show_bug.cgi?id=45833


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79611

Files:
  llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/test/CodeGen/X86/pr45833.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79611.262800.patch
Type: text/x-patch
Size: 20257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200508/fa0f965d/attachment.bin>


More information about the llvm-commits mailing list