[all-commits] [llvm/llvm-project] ffdbbd: AMDGPU: Directly pass Function to mayUseAGPRs

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Nov 2 10:49:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ffdbbd112c14bdc6d975fc87d9efebea766a6a95
      https://github.com/llvm/llvm-project/commit/ffdbbd112c14bdc6d975fc87d9efebea766a6a95
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
    M llvm/lib/Target/AMDGPU/SIMachineFunctionInfo.h

  Log Message:
  -----------
  AMDGPU: Directly pass Function to mayUseAGPRs

This was taking the MachineFunction, but only inspecting the
underlying IR.


  Commit: e4b126cc2d33033a5538d72a88f6aa153ac8b757
      https://github.com/llvm/llvm-project/commit/e4b126cc2d33033a5538d72a88f6aa153ac8b757
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M llvm/test/tools/llvm-reduce/file-output-type.test

  Log Message:
  -----------
  llvm-reduce: Require x86 to run file ouput test

The MIR test somewhat depends on target support.


Compare: https://github.com/llvm/llvm-project/compare/4fa328074efd...e4b126cc2d33


More information about the All-commits mailing list