[all-commits] [llvm/llvm-project] 4423a7: [NewPM] Disable RelLookupTableConverter pass in LTO

gulfemsavrun via All-commits all-commits at lists.llvm.org
Fri Apr 30 14:24:34 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4423a7a09b1b0dc8558e06e1f84f144b28466d9b
      https://github.com/llvm/llvm-project/commit/4423a7a09b1b0dc8558e06e1f84f144b28466d9b
  Author: Gulfem Savrun Yeniceri <gulfem at google.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/test/Other/new-pm-defaults.ll

  Log Message:
  -----------
  [NewPM] Disable RelLookupTableConverter pass in LTO

Relative look table converter pass caused an issue when full lto
is enabled (reported in https://reviews.llvm.org/D94355).
This patch disables that pass from full lto pre-link phase optimization
pipeline until the issue is fixed.

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




More information about the All-commits mailing list