[llvm] [LV] Reverse mask up front, not when creating vector pointer. (PR #72163)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 18 12:54:02 PST 2023
================
@@ -9562,8 +9562,12 @@ void VPWidenMemoryInstructionRecipe::execute(VPTransformState &State) {
InnerLoopVectorizer::VectorParts BlockInMaskParts(State.UF);
bool isMaskRequired = getMask();
if (isMaskRequired)
----------------
fhahn wrote:
Done in 2a9aed17302c8363883a228d35f398110b575db3, thanks!
https://github.com/llvm/llvm-project/pull/72163
More information about the llvm-commits
mailing list