[PATCH] D85337: [AMDGPU] gfx1031 target
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 12:22:59 PDT 2020
arsenm 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
----------------
Can you also add the equivalent run lines to the GlobalISel versions of the tests
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85337/new/
https://reviews.llvm.org/D85337
More information about the llvm-commits
mailing list