[PATCH] D58444: Make MergeBlockIntoPredecessor conformant to the precondition of calling DTU.applyUpdates
Brian Rzycki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 26 14:13:57 PST 2019
brzycki accepted this revision.
brzycki added a comment.
This revision is now accepted and ready to land.
I finished performing functional testing using `MergeBlockIntoPredecessor` in `JumpThreading.cpp`. With this change I was able to pass `make-check` and `test-suite`. I saw no crashes and believe this to be the correct updates for `DTU`.
Thank you @NutshellySima for proactively fixing this. :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58444/new/
https://reviews.llvm.org/D58444
More information about the llvm-commits
mailing list