[all-commits] [llvm/llvm-project] bc5beb: [AMDGPU] Add an option to run `AMDGPUAttributorPas...

Shilei Tian via All-commits all-commits at lists.llvm.org
Thu Aug 8 17:45:59 PDT 2024


  Branch: refs/heads/users/shiltian/amdgpu-attributor-full-lto
  Home:   https://github.com/llvm/llvm-project
  Commit: bc5beb7ec769cc1a8c7292732907e45c1d4f1a1c
      https://github.com/llvm/llvm-project/commit/bc5beb7ec769cc1a8c7292732907e45c1d4f1a1c
  Author: Shilei Tian <i at tianshilei.me>
  Date:   2024-08-08 (Thu, 08 Aug 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/test/CodeGen/AMDGPU/amdgpu-simplify-libcall-sincos.ll
    M llvm/test/CodeGen/AMDGPU/attributor-noopt.ll
    M llvm/test/CodeGen/AMDGPU/inline-attr.ll
    A llvm/test/CodeGen/AMDGPU/print-pipeline-passes.ll
    M llvm/test/CodeGen/AMDGPU/simplify-libcalls.ll

  Log Message:
  -----------
  [AMDGPU] Add an option to run `AMDGPUAttributorPass` in full LTO

Currently `AMDGPUAttributorPass` is registered in default optimizer pipeline.
This will allow the pass to run in default pipeline as well as at thinLTO post
link stage. However, it will not run in full LTO post link stage. This patch
adds an option to run it in full LTO. It is set to false by default.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list