[all-commits] [llvm/llvm-project] 23c6d1: [amdgpu] Add `llvm.amdgcn.endpgm` support.

darkbuck via All-commits all-commits at lists.llvm.org
Thu Nov 5 16:07:12 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 23c6d1501d80073784cab367d30d50419ffa5706
      https://github.com/llvm/llvm-project/commit/23c6d1501d80073784cab367d30d50419ffa5706
  Author: Michael Liao <michael.hliao at gmail.com>
  Date:   2020-11-05 (Thu, 05 Nov 2020)

  Changed paths:
    M clang/include/clang/Basic/BuiltinsAMDGPU.def
    M clang/test/CodeGenCUDA/builtins-amdgcn.cu
    M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
    M llvm/lib/Target/AMDGPU/SOPInstructions.td
    A llvm/test/CodeGen/AMDGPU/amd.endpgm.ll

  Log Message:
  -----------
  [amdgpu] Add `llvm.amdgcn.endpgm` support.

- `llvm.amdgcn.endpgm` is added to enable "abort" support.

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




More information about the All-commits mailing list