[all-commits] [llvm/llvm-project] b85398: [AMDGPU] Port AMDGPURewriteUndefForPHI to new pass...

jwanggit86 via All-commits all-commits at lists.llvm.org
Tue Sep 12 13:32:16 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b853988e0dfa5d18a9c486d7701c82fe79b601f3
      https://github.com/llvm/llvm-project/commit/b853988e0dfa5d18a9c486d7701c82fe79b601f3
  Author: jwanggit86 <jwang86 at yahoo.com>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPU.h
    M llvm/lib/Target/AMDGPU/AMDGPURewriteUndefForPHI.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/test/CodeGen/AMDGPU/rewrite-undef-for-phi.ll

  Log Message:
  -----------
  [AMDGPU] Port AMDGPURewriteUndefForPHI to new pass manager (#66008)

This patch ports the AMDGPURewriteUndefForPHI pass to the new pass
manager. With this, the pass is supported under both the legacy and the
new pass managers.

---------

Co-authored-by: Jun Wang <jun.wang7 at amd.com>




More information about the All-commits mailing list