[PATCH] D85534: Enable InsertFreeze flag of JumpThreading when used in LTO

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 00:38:40 PDT 2020


nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.

LGTM. Hopefully this will go away soon...



================
Comment at: llvm/lib/Passes/PassBuilder.cpp:1497
 
-  FPM.addPass(JumpThreadingPass());
+  FPM.addPass(JumpThreadingPass(/*InsertFr*/ true));
 
----------------
Please use the full name...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85534



More information about the llvm-commits mailing list