[PATCH] D78608: [llvm] [CodeGen] Fixed vector halving bug for masked load
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 22 20:06:34 PDT 2020
craig.topper added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp:9495
+
+/// SplitVector - kSplit the vector with EXTRACT_SUBVECTOR and return the
/// low/high part.
----------------
Stray 'k' got added to this line.
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