[llvm] [AMDGPU][True16][MC] VINTERP instructions supporting true16/fake16 (PR #113634)
Ivan Kosarev via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 12 05:14:56 PST 2024
================
@@ -0,0 +1,236 @@
+// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+real-true16 -show-encoding %s | FileCheck -check-prefix=GCN %s
----------------
kosarev wrote:
Why doesn't this use your script updating MC tests?
It would help if you could pre-commit this by copying vinterp-fake16.s as you did previously with other true16/fake16 tests.
https://github.com/llvm/llvm-project/pull/113634
More information about the llvm-commits
mailing list