[PATCH] D29120: [ImplicitNullCheck] Extend canReorder scope
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 26 19:08:32 PST 2017
skatkov added a comment.
The test you mentioned passes with this change because of the check
if (DependenceMI->mayLoad())
return false;
in canHoistLoadInst.
I'm ok if you land this change.
https://reviews.llvm.org/D29120
More information about the llvm-commits
mailing list