[all-commits] [llvm/llvm-project] 35f385: [JumpThreading][NFC][CompileTime] Do not recompute...

Max Kazantsev via All-commits all-commits at lists.llvm.org
Wed Apr 27 21:17:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 35f38583d2f2484794f579bed69566b40e732206
      https://github.com/llvm/llvm-project/commit/35f38583d2f2484794f579bed69566b40e732206
  Author: Max Kazantsev <mkazantsev at azul.com>
  Date:   2022-04-28 (Thu, 28 Apr 2022)

  Changed paths:
    M llvm/include/llvm/Transforms/Scalar/JumpThreading.h
    M llvm/lib/Transforms/Scalar/JumpThreading.cpp

  Log Message:
  -----------
  [JumpThreading][NFC][CompileTime] Do not recompute BPI/BFI analyzes

They can already be available, and even if not, DT/LI can be available.
We should not recompute them. Old PM is unchanged because it would
require changing dependencies, and we don't care enough about it.

Differential Revision: https://reviews.llvm.org/D124439
Reviewed By: nikic, aeubanks




More information about the All-commits mailing list