[PATCH] D59139: [CodeGenPrepare] Fix ModifiedDT flag in optimizeSelectInst
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 8 10:25:02 PST 2019
tejohnson added a comment.
Just got a report of an internal test failure from my commit, let me see if your patch fixes it.
================
Comment at: lib/CodeGen/CodeGenPrepare.cpp:2045
(void)FoldReturnIntoUncondBranch(RetI, BB, CallBB);
- ModifiedDT = Changed = true;
++NumRetsDup;
----------------
Should this set the new ModifiedDT?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59139/new/
https://reviews.llvm.org/D59139
More information about the llvm-commits
mailing list