[PATCH] D61744: [SDAG] Recursively legalize both vector mulo results
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 9 11:01:04 PDT 2019
nikic added a comment.
> Vector op legalization will automatically recursively legalize the returned SDValue, but we need to take care of the other results ourselves.
After looking a bit more closely, the explicit calls to AddLegalizedOperand actually prevented recursive legalization of both results, not just one of them.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61744/new/
https://reviews.llvm.org/D61744
More information about the llvm-commits
mailing list