[PATCH] D113888: [SDAG] Use UnknownSize for masked load/store MMO size
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 22 07:13:23 PST 2021
dmgreen added a comment.
> I believe Eli was referring to functions like DAGTypeLegalizer::SplitVecRes_MLOAD and DAGTypeLegalizer::SplitVecOp_MSTORE.
I see. Because it's recreating a MMO with the new widths of the vector, not using the existing MMO. Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113888/new/
https://reviews.llvm.org/D113888
More information about the llvm-commits
mailing list