[llvm] [AMDGPU][True16][MC] 16bit vsrc and vdst support in MC (PR #104510)

Joe Nash via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 09:43:21 PDT 2024


================
@@ -0,0 +1,20 @@
+# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 3
+# RUN: llc -mtriple=amdgcn -mcpu=gfx1100 -mattr=+real-true16 -run-pass=si-fix-sgpr-copies -verify-machineinstrs -o - %s | FileCheck --check-prefixes=GCN %s
+# XFAIL: *
----------------
Sisyph wrote:

 I don't understand the comment since this test doesn't use the MC layer. Maybe you meant codegen.

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


More information about the llvm-commits mailing list