[all-commits] [llvm/llvm-project] 8b9c15: AMDGPU/NewPM: Port SIFixSGPRCopies to new pass man...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Aug 9 06:06:52 PDT 2024


  Branch: refs/heads/users/arsenm/newpm/amdgpu-port-si-fix-sgpr-copies
  Home:   https://github.com/llvm/llvm-project
  Commit: 8b9c153310f8e1dc6ab79a4170c2492c230303aa
      https://github.com/llvm/llvm-project/commit/8b9c153310f8e1dc6ab79a4170c2492c230303aa
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-08-09 (Fri, 09 Aug 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPU.h
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPassBuilder.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUPassRegistry.def
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/SIFixSGPRCopies.cpp
    A llvm/lib/Target/AMDGPU/SIFixSGPRCopies.h
    M llvm/test/CodeGen/AMDGPU/flat-atomic-fadd.f64.ll
    M llvm/test/CodeGen/AMDGPU/si-fix-sgpr-copies.mir

  Log Message:
  -----------
  AMDGPU/NewPM: Port SIFixSGPRCopies to new pass manager

This allows moving some tests relying on -stop-after=amdgpu-isel
to move to checking -stop-after=finalize-isel instead, which
will more reliably pass the verifier.



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