[all-commits] [llvm/llvm-project] 29bd3f: [AMDGPU] Select no-return atomic ops in FLATInstru...

Abinav Puthan Purayil via All-commits all-commits at lists.llvm.org
Wed Feb 9 20:07:10 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 29bd3fadbc73e20a4b3a76c8b5955c20118a1c4c
      https://github.com/llvm/llvm-project/commit/29bd3fadbc73e20a4b3a76c8b5955c20118a1c4c
  Author: Abinav Puthan Purayil <abinav.puthanpurayil at amd.com>
  Date:   2022-02-10 (Thu, 10 Feb 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/FLATInstructions.td

  Log Message:
  -----------
  [AMDGPU] Select no-return atomic ops in FLATInstructions.td.

This change adds the selection for the no-return global_* and flat_*
instructions in tblgen.  The motivation for this is to get the no-return atomic
isel working without relying on post-isel hooks so that GlobalISel can start
selecting them (once GlobalISelEmitter allows no return atomic patterns like
how DAGISel does).

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




More information about the All-commits mailing list