[llvm] [AMDGPU][MC] test update with script for gfx11/gfx12 mc test (PR #135527)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 14:35:43 PDT 2025
================
@@ -1,48 +1,47 @@
+// NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py UTC_ARGS: --unique --version 5
// RUN: llvm-mc -triple=amdgcn -show-encoding -mcpu=gfx1150 %s | FileCheck --check-prefix=GFX1150 %s
// RUN: llvm-mc -triple=amdgcn -show-encoding -mcpu=gfx1151 %s | FileCheck --check-prefix=GFX1150 %s
// RUN: llvm-mc -triple=amdgcn -show-encoding -mcpu=gfx1152 %s | FileCheck --check-prefix=GFX1150 %s
// RUN: llvm-mc -triple=amdgcn -show-encoding -mcpu=gfx1153 %s | FileCheck --check-prefix=GFX1150 %s
-//
----------------
Sisyph wrote:
Why is comment line dropped? It is not a bad change in this case, but I want to be sure there are no underlying issues with the script that would delete more valuable comments.
https://github.com/llvm/llvm-project/pull/135527
More information about the llvm-commits
mailing list