[PATCH] D78608: [llvm] [CodeGen] Fixed vector halving bug for masked load
Aart Bik via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 19:34:50 PDT 2020
aartbik added a comment.
PTAL
You had a very sharp eye that v17f32 would cause a split with an empty hi masked load eventually.
It is somewhat harmless since the load is not used and thus removed from the DAG, but this revision
is even cleaner by not generating the hi masked load at all!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78608/new/
https://reviews.llvm.org/D78608
More information about the llvm-commits
mailing list