[all-commits] [llvm/llvm-project] 50bd71: [NewPM] Port ConstraintElimination to the new pass...

Fangrui Song via All-commits all-commits at lists.llvm.org
Sun Sep 27 11:12:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 50bd71e1d727f2fb82bfa306da00e386267572da
      https://github.com/llvm/llvm-project/commit/50bd71e1d727f2fb82bfa306da00e386267572da
  Author: Fangrui Song <i at maskray.me>
  Date:   2020-09-27 (Sun, 27 Sep 2020)

  Changed paths:
    A llvm/include/llvm/Transforms/Scalar/ConstraintElimination.h
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
    M llvm/test/Transforms/ConstraintElimination/dom.ll

  Log Message:
  -----------
  [NewPM] Port ConstraintElimination to the new pass manager

If -enable-constraint-elimination is specified, add it to the -O2/-O3 pipeline.
(-O1 uses a separate function now.)

Reviewed By: fhahn, aeubanks

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




More information about the All-commits mailing list