[llvm] [AMDGPU] Autogenerate VOP3 literal checks (PR #156038)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 2 08:30:53 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
----------------
jayfoad wrote:
Yes, to try to make the RUN lines align vertically, but I have mostly given up on that now.
https://github.com/llvm/llvm-project/pull/156038
More information about the llvm-commits
mailing list