[all-commits] [llvm/llvm-project] 771d30: [llvm] [CodeGen] Fixed vector halving bug for mask...
Aart Bik via All-commits
all-commits at lists.llvm.org
Thu May 7 19:02:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 771d30c6470c63186a71b78a0ce0a9b1698bf6fd
https://github.com/llvm/llvm-project/commit/771d30c6470c63186a71b78a0ce0a9b1698bf6fd
Author: aartbik <ajcbik at google.com>
Date: 2020-05-07 (Thu, 07 May 2020)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
A llvm/test/CodeGen/X86/pr45833.ll
Log Message:
-----------
[llvm] [CodeGen] Fixed vector halving bug for masked store
Summary:
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
Reviewers: craig.topper, nicolasvasilache, mehdi_amini
Reviewed By: craig.topper
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79611
More information about the All-commits
mailing list