[all-commits] [llvm/llvm-project] e8bf75: AMDGPU/NewPM: Fill out addPreISelPasses

Matt Arsenault via All-commits all-commits at lists.llvm.org
Mon Aug 12 04:15:34 PDT 2024


  Branch: refs/heads/users/arsenm/newpm/amdgpu-fill-out-preisel-passes
  Home:   https://github.com/llvm/llvm-project
  Commit: e8bf752a73a31777b5ee503a150ca80b3530c88e
      https://github.com/llvm/llvm-project/commit/e8bf752a73a31777b5ee503a150ca80b3530c88e
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-08-12 (Mon, 12 Aug 2024)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUCodeGenPassBuilder.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.h
    M llvm/test/CodeGen/AMDGPU/bug-v4f64-subvector.ll

  Log Message:
  -----------
  AMDGPU/NewPM: Fill out addPreISelPasses

This specific callback should now be at parity with the old
pass manager version. There are still some missing IR passes
before this point.

Also I don't understand the need for the RequiresAnalysisPass at the
end. SelectionDAG should just be using the uncached getResult?



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