[PATCH] D85818: [UnifyFunctionExitNodes] Fix Modified status for unreachable blocks

David Stenberg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 9 04:31:53 PDT 2020


dstenb marked 2 inline comments as done.
dstenb added inline comments.


================
Comment at: llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp:116
+  Changed |= unifyReturnBlocks(F);
   return true;
 }
----------------
bjope wrote:
> Assuming intention was to do `return Changed;` here.
Yes, thanks! I'll fix it when landing.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85818/new/

https://reviews.llvm.org/D85818



More information about the llvm-commits mailing list