[llvm-branch-commits] [llvm] AMDGPU: Refactor AMDGPUTargetID to not store MCSubtargetInfo (PR #204150)
Fangrui Song via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jun 16 21:25:54 PDT 2026
================
@@ -0,0 +1,5 @@
+// RUN: not llvm-mc -triple amdgcn-amd-amdhsa -mcpu=gfx900 %s -filetype=null 2>&1 | FileCheck %s
----------------
MaskRay wrote:
This can be grouped into other negative tests.
https://github.com/llvm/llvm-project/pull/204150
More information about the llvm-branch-commits
mailing list