[llvm] [AMDGPU][True16][MC] add fake16 error and promote test (PR #135984)

Ivan Kosarev via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 22 04:54:40 PDT 2025


================
@@ -1,89 +0,0 @@
-// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=-real-true16,+wavefrontsize32 -show-encoding %s 2>&1 | FileCheck --check-prefix=GFX11 --implicit-check-not=error: %s
----------------
kosarev wrote:

Why do we rename this to gfx11_asm_vop1_fake16_err.s? The convention seems to be adding the `-fake16` suffix to whatever is the name of the non-fake16 version of the test?

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


More information about the llvm-commits mailing list