[all-commits] [llvm/llvm-project] 721f97: Use PassGate from LLVMContext if any otherwise glo...

ebrevnov via All-commits all-commits at lists.llvm.org
Fri Nov 25 00:15:46 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 721f975d3518403502f770ce11f3f02509b30c5b
      https://github.com/llvm/llvm-project/commit/721f975d3518403502f770ce11f3f02509b30c5b
  Author: Evgeniy Brevnov <ybrevnov at azul.com>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

  Changed paths:
    M clang/lib/CodeGen/BackendUtil.cpp
    M flang/lib/Frontend/FrontendActions.cpp
    M llvm/include/llvm/IR/OptBisect.h
    M llvm/include/llvm/Passes/StandardInstrumentations.h
    M llvm/lib/Analysis/CallGraphSCCPass.cpp
    M llvm/lib/Analysis/LoopPass.cpp
    M llvm/lib/Analysis/RegionPass.cpp
    M llvm/lib/IR/LLVMContextImpl.cpp
    M llvm/lib/IR/OptBisect.cpp
    M llvm/lib/IR/Pass.cpp
    M llvm/lib/LTO/LTOBackend.cpp
    M llvm/lib/LTO/ThinLTOCodeGenerator.cpp
    M llvm/lib/Passes/PassBuilderBindings.cpp
    M llvm/lib/Passes/StandardInstrumentations.cpp
    M llvm/tools/opt/NewPMDriver.cpp
    M llvm/unittests/IR/LegacyPassManagerTest.cpp
    M llvm/unittests/IR/PassManagerTest.cpp

  Log Message:
  -----------
  Use PassGate from LLVMContext if any otherwise global one

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




More information about the All-commits mailing list