[all-commits] [llvm/llvm-project] f5b5cc: Reland "Revert "[NewPM][CodeGen] Introduce machine...

Yuanfang Chen via All-commits all-commits at lists.llvm.org
Fri Aug 7 16:41:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f5b5ccf2a687aa53e06eac854b63977ad7c5c10d
      https://github.com/llvm/llvm-project/commit/f5b5ccf2a687aa53e06eac854b63977ad7c5c10d
  Author: Yuanfang Chen <yuanfang.chen at sony.com>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
    A llvm/include/llvm/CodeGen/MachinePassManager.h
    M llvm/include/llvm/IR/PassManager.h
    M llvm/lib/CodeGen/CMakeLists.txt
    M llvm/lib/CodeGen/LLVMBuild.txt
    A llvm/lib/CodeGen/MachinePassManager.cpp
    M llvm/unittests/CodeGen/CMakeLists.txt
    A llvm/unittests/CodeGen/PassManagerTest.cpp

  Log Message:
  -----------
  Reland "Revert "[NewPM][CodeGen] Introduce machine pass and machine pass manager""

This relands commit 320eab2d558fde0b61437e9b9075bfd301c2c474.

The test failed because it was looking for x86-linux target
unconditionally. Now it gets the default target.




More information about the All-commits mailing list