[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:24:39 PDT 2026
================
@@ -0,0 +1,16 @@
+// RUN: split-file %s %t
+// RUN: llvm-mc -triple amdgcn-amd-amdhsa-llvm -mcpu=gfx802 %t/amdhsa-llvm.s | FileCheck --check-prefix=AMDHSA-LLVM %s
+// RUN: llvm-mc -triple amdgcn-amd-amdpal-llvm -mcpu=gfx802 %t/amdpal-llvm.s -filetype=null
----------------
MaskRay wrote:
Is the `-filetype=null` line useful for a positive test
https://github.com/llvm/llvm-project/pull/204150
More information about the llvm-branch-commits
mailing list