[all-commits] [llvm/llvm-project] c0c854: [AMDGPU] Do not annotate features for graphics

Sebastian Neubauer via All-commits all-commits at lists.llvm.org
Mon May 3 01:34:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c0c8548b70685533da46d9453eac9f3cfb22ccc6
      https://github.com/llvm/llvm-project/commit/c0c8548b70685533da46d9453eac9f3cfb22ccc6
  Author: Sebastian Neubauer <sebastian.neubauer at amd.com>
  Date:   2021-05-03 (Mon, 03 May 2021)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUAnnotateKernelFeatures.cpp
    A llvm/test/CodeGen/AMDGPU/pal-simple-indirect-call.ll

  Log Message:
  -----------
  [AMDGPU] Do not annotate features for graphics

SITargetLowering::LowerFormalArguments asserts that none of these
features are used for graphics calling conventions, so
AnnotateKernelFeatures should not add them.

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




More information about the All-commits mailing list