[all-commits] [llvm/llvm-project] 3dfa56: [AMDGPU] Add CL option for max-ilp scheduler.

Austin Kerbow via All-commits all-commits at lists.llvm.org
Tue Aug 2 16:53:33 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3dfa5626434bf1e9f110e63e8224a66004f42eca
      https://github.com/llvm/llvm-project/commit/3dfa5626434bf1e9f110e63e8224a66004f42eca
  Author: Austin Kerbow <Austin.Kerbow at amd.com>
  Date:   2022-08-02 (Tue, 02 Aug 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
    M llvm/test/CodeGen/AMDGPU/schedule-ilp.ll

  Log Message:
  -----------
  [AMDGPU] Add CL option for max-ilp scheduler.

When compiling for multiple targets the scheduler that is selected via the
-misched option is applied globally. This patch adds a target CL option instead.

Reviewed By: rampitec

Differential Revision: https://reviews.llvm.org/D131022




More information about the All-commits mailing list