[PATCH] D24621: AMDGPU/SI: Fix kernel argument ABI for HSA

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 14:19:24 PDT 2016


arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: test/CodeGen/AMDGPU/kernel-args.ll:2
@@ +1,3 @@
+; RUN: llc < %s -march=amdgcn -verify-machineinstrs | FileCheck %s --check-prefixes=SI,GCN,MESA-GCN,FUNC
+; RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs | FileCheck %s --check-prefixes=VI,GCN,MESA-VI,MESA-GCN,FUCN
+; RUN: llc < %s -mtriple=amdgcn--amdhsa -mcpu=fiji -verify-machineinstrs | FileCheck %s --check-prefixes=VI,GCN,HSA-VI,FUNC
----------------
Typo FUCN


https://reviews.llvm.org/D24621





More information about the llvm-commits mailing list