[llvm] AMDGPU: Stop running assembler tests with default cpu (PR #117421)
Ivan Kosarev via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 23 03:55:04 PST 2024
================
@@ -1,4 +1,4 @@
-// RUN: llvm-mc -triple=amdgcn -show-encoding %s | FileCheck %s --check-prefixes=GCN,SICI
+// RUN: llvm-mc -triple=amdgcn -mcpu=tahiti -show-encoding %s | FileCheck %s --check-prefixes=GCN,SICI
----------------
kosarev wrote:
Looks identical to the following RUN line.
https://github.com/llvm/llvm-project/pull/117421
More information about the llvm-commits
mailing list