[llvm] [AMDGPU][True16][MC] 16bit vsrc and vdst support in MC (PR #104510)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 08:31:09 PDT 2024
================
@@ -1,4 +1,4 @@
-// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32 -show-encoding %s | FileCheck --check-prefix=GFX11 %s
+// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,+real-true16 -show-encoding %s | FileCheck --check-prefix=GFX11 %s
----------------
broxigarchen wrote:
opened two PR for adding missing test files
gfx11 https://github.com/llvm/llvm-project/pull/106089
gfx12 https://github.com/llvm/llvm-project/pull/106093
https://github.com/llvm/llvm-project/pull/104510
More information about the llvm-commits
mailing list