[llvm] [AMDGPU][True16][MC] true16 for more VOP1 instructions (PR #108412)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 12 13:59:13 PDT 2024
================
@@ -1,7 +1,8 @@
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=GFX12,GFX12-REAL16 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=-real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=GFX12,GFX12-FAKE16 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+wavefrontsize64,+real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=GFX12,GFX12-REAL16 %s
-# RUN: llvm-mc -triple=amdgcn -mcpu=gfx1200 -mattr=+wavefrontsize64,-real-true16 -disassemble -show-encoding < %s | FileCheck -check-prefixes=GFX12,GFX12-FAKE16 %s
+; NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 5
----------------
Sisyph wrote:
I guess this is note is related to https://github.com/llvm/llvm-project/pull/107246 . We should probably remove this line till its merged.
https://github.com/llvm/llvm-project/pull/108412
More information about the llvm-commits
mailing list