[llvm] [AMDGPU][True16][MC] update vopc mc test with update script (PR #116873)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 21 08:13:22 PST 2024
================
@@ -1,2690 +1,2691 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 5
// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize32,+real-true16 -show-encoding %s | FileCheck --check-prefixes=GFX11 %s
// RUN: llvm-mc -triple=amdgcn -mcpu=gfx1100 -mattr=+wavefrontsize64,+real-true16 -show-encoding %s | FileCheck --check-prefixes=GFX11 %s
v_cmpx_class_f16_dpp v1, v2 quad_perm:[3,2,1,0]
-// GFX11: encoding: [0xfa,0x04,0xfa,0x7d,0x01,0x1b,0x00,0xff]
+// GFX11: v_cmpx_class_f16 v1, v2 quad_perm:[3,2,1,0] row_mask:0xf bank_mask:0xf ; encoding: [0xfa,0x04,0xfa,0x7d,0x01,0x1b,0x00,0xff]
----------------
broxigarchen wrote:
Hi Matt. These are the raw output. The test previously just select a part of them for the check line
https://github.com/llvm/llvm-project/pull/116873
More information about the llvm-commits
mailing list