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

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Aug 14 09:55:22 PDT 2024


  Branch: refs/heads/users/arsenm/newpm/amdgpu-fill-out-preisel-passes
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c1d2729273bf967366ab8b721f202c12d61afb9
      https://github.com/llvm/llvm-project/commit/3c1d2729273bf967366ab8b721f202c12d61afb9
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2024-08-14 (Wed, 14 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