[llvm] [AMDGPU] Autogenerate VOP3 literal checks (PR #156038)

Piotr Sobczak via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 2 05:15:16 PDT 2025


================
@@ -1,404 +1,405 @@
-// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 -show-encoding %s | FileCheck -check-prefix=GFX10 %s
-// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx900  -show-encoding %s | FileCheck -check-prefix=GFX9 %s
-// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx1010 -mattr=+wavefrontsize64 %s 2>&1 | FileCheck -check-prefix=GFX10-ERR --implicit-check-not=error: %s
-// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx900  %s 2>&1 | FileCheck -check-prefix=GFX9-ERR --implicit-check-not=error: %s
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --version 5
+// RUN: not llvm-mc -triple=amdgcn -mcpu=gfx900  -mattr=+wavefrontsize64 -show-encoding %s | FileCheck %s -check-prefix=GFX9
----------------
piotrAMD wrote:

w64 on gfx9 is not required, but it doesn't hurt, and I assume you added it for consistency.

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


More information about the llvm-commits mailing list