[PATCH] D49805: Fix corruption of result number in LegalizeVectorOps.cpp
Cameron McInally via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 25 09:56:32 PDT 2018
cameron.mcinally accepted this revision.
cameron.mcinally added a comment.
This revision is now accepted and ready to land.
Oh, whoa. Good catch, Ulrich. I approve this change.
Vector loads/stores/gathers/scatters will definitely have multiple results. Perhaps the special handling of those (just below your change) avoided this issue.
Repository:
rL LLVM
https://reviews.llvm.org/D49805
More information about the llvm-commits
mailing list