[llvm] [AMDGPU][MC] Allow UC_VERSION_* constant reuse (PR #96461)
Ivan Kosarev via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 03:57:35 PDT 2024
================
@@ -0,0 +1,41 @@
+// RUN: llvm-mc -triple=amdgcn -show-encoding -mcpu=gfx1010 %s | FileCheck --check-prefix=GFX10 %s
+
+// Test that UC_VERSION* symbols can be redefined.
----------------
kosarev wrote:
This sounds like we want them be redefinable for some reason whereas it's actually quite the opposite.
As it is, this seem to simply test that symbols can be redefined, for which we probably already have some generic tests in MC/AsmParser?
https://github.com/llvm/llvm-project/pull/96461
More information about the llvm-commits
mailing list