[all-commits] [llvm/llvm-project] ebc888: Remove Passes dependency on CodeGen

Yuanfang Chen via All-commits all-commits at lists.llvm.org
Wed Jun 24 14:53:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ebc88811b5c9ed9375a681a7267831ae7ad46ba7
      https://github.com/llvm/llvm-project/commit/ebc88811b5c9ed9375a681a7267831ae7ad46ba7
  Author: Yuanfang Chen <yuanfang.chen at sony.com>
  Date:   2020-06-24 (Wed, 24 Jun 2020)

  Changed paths:
    M llvm/lib/Passes/LLVMBuild.txt
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def
    M llvm/test/CodeGen/X86/unreachableblockelim.ll
    M llvm/test/Transforms/PreISelIntrinsicLowering/load-relative.ll
    M llvm/test/Transforms/PreISelIntrinsicLowering/objc-arc.ll

  Log Message:
  -----------
  Remove Passes dependency on CodeGen

The dependency was introduced in
5134020ea62d1e1e125fdac48d251a26b80e9781. The only functional change
from this removal would be the new PM interface for the two codegen
passes. This is not necessary since we don't have codegen pipeline using
new PM yet. This removal is to break the potential circular dependency between
Passes and CodeGen once the codegen begins to gain new PM support.




More information about the All-commits mailing list