[all-commits] [llvm/llvm-project] 72c755: [CodeGen] Port `LowerEmuTLS` to new pass manager (...

paperchalice via All-commits all-commits at lists.llvm.org
Mon Dec 18 22:44:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72c75501eca508112bc83ec72c6be84088b94ac3
      https://github.com/llvm/llvm-project/commit/72c75501eca508112bc83ec72c6be84088b94ac3
  Author: paperchalice <liujunchang97 at outlook.com>
  Date:   2023-12-19 (Tue, 19 Dec 2023)

  Changed paths:
    M llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
    A llvm/include/llvm/CodeGen/LowerEmuTLS.h
    M llvm/include/llvm/CodeGen/MachinePassRegistry.def
    M llvm/lib/CodeGen/LowerEmuTLS.cpp
    M llvm/lib/Passes/PassBuilder.cpp
    M llvm/lib/Passes/PassRegistry.def

  Log Message:
  -----------
  [CodeGen] Port `LowerEmuTLS` to new pass manager (#75171)

In fact, this pass need `llc` to test. `TargetMachine` seems redundant,
because before adding this pass `CodeGenPassBuilder` already checks it:

https://github.com/llvm/llvm-project/blob/ed4194bb8dbca5222628c2cddbc032fff57193b5/llvm/include/llvm/CodeGen/CodeGenPassBuilder.h#L590-L592




More information about the All-commits mailing list