[PATCH] D85337: [AMDGPU] gfx1031 target
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 12:26:53 PDT 2020
rampitec added inline comments.
================
Comment at: llvm/test/CodeGen/AMDGPU/llvm.amdgcn.atomic.csub.ll:2
; RUN: llc < %s -march=amdgcn -mcpu=gfx1030 -verify-machineinstrs | FileCheck %s -check-prefix=GCN
+; RUN: llc < %s -march=amdgcn -mcpu=gfx1031 -verify-machineinstrs | FileCheck %s -check-prefix=GCN
----------------
arsenm wrote:
> Can you also add the equivalent run lines to the GlobalISel versions of the tests
Sure, although there are only two of them.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85337/new/
https://reviews.llvm.org/D85337
More information about the llvm-commits
mailing list