[PATCH] D108994: [AMDGPU] Enable ds_min/ds_max on more subtargets

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 08:20:25 PDT 2021


foad added inline comments.


================
Comment at: llvm/test/CodeGen/AMDGPU/lds-atomic-add.ll:1
+; RUN: llc -march=amdgcn -mcpu=tonga -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,VI %s
+; RUN: llc -march=amdgcn -mcpu=gfx900 -verify-machineinstrs < %s | FileCheck -enable-var-scope -check-prefixes=GCN,GFX9 %s
----------------
This file looks like a subset of the existing `test/CodeGen/AMDGPU/lds_atomic_f32.ll`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108994/new/

https://reviews.llvm.org/D108994



More information about the llvm-commits mailing list