[all-commits] [llvm/llvm-project] 1b9884: Enable InsertFreeze flag of JumpThreading when use...

Juneyoung Lee via All-commits all-commits at lists.llvm.org
Thu Sep 10 03:06:18 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b9884df8d2d855879a8231c7a432ec8b291d8fa
      https://github.com/llvm/llvm-project/commit/1b9884df8d2d855879a8231c7a432ec8b291d8fa
  Author: Juneyoung Lee <aqjune at gmail.com>
  Date:   2020-09-10 (Thu, 10 Sep 2020)

  Changed paths:
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp

  Log Message:
  -----------
  Enable InsertFreeze flag of JumpThreading when used in LTO

This patch enables inserting freeze when JumpThreading converts a select to
a conditional branch when it is run in LTO.

Reviewed By: nikic

Differential Revision: https://reviews.llvm.org/D85534




More information about the All-commits mailing list