[clang] [llvm] [AMDGPU] Adding the amdgpu-num-work-groups function attribute (PR #79035)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 29 00:13:39 PST 2024


================
@@ -0,0 +1,84 @@
+; RUN: llc -mtriple=amdgcn-amd-amdhsa -mcpu=gfx900 < %s | FileCheck %s
+
----------------
arsenm wrote:

Missing a test for the various IR attribute parsing error conditions 

https://github.com/llvm/llvm-project/pull/79035


More information about the cfe-commits mailing list