[llvm] update error test line (PR #111760)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 9 13:46:19 PDT 2024
https://github.com/broxigarchen created https://github.com/llvm/llvm-project/pull/111760
None
>From bc5f5cdafb99c33ea3799c3dfccbed65b5593f0a Mon Sep 17 00:00:00 2001
From: guochen2 <guochen2 at amd.com>
Date: Wed, 9 Oct 2024 16:45:40 -0400
Subject: [PATCH] update error test line
---
.../update_mc_test_checks/Inputs/amdgpu_dasm.txt | 2 +-
.../update_mc_test_checks/Inputs/amdgpu_dasm.txt.expected | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt b/llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt
index 9f5fba6e50df25..07982f0b41c475 100644
--- a/llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt
+++ b/llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt
@@ -2,4 +2,4 @@
0x00,0x00,0x00,0x7e
-0xfd,0xb8,0x0a,0x7f
+0x00,0x00,0x00,0x00
diff --git a/llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt.expected b/llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt.expected
index 1b64695fc29408..30f1086c64e18c 100644
--- a/llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt.expected
+++ b/llvm/test/tools/UpdateTestChecks/update_mc_test_checks/Inputs/amdgpu_dasm.txt.expected
@@ -4,5 +4,5 @@
0x00,0x00,0x00,0x7e
# CHECK: v_nop ; encoding: [0x00,0x00,0x00,0x7e]
-0xfd,0xb8,0x0a,0x7f
+0x00,0x00,0x00,0x00
# CHECK: :[[@LINE-1]]:1: warning: invalid instruction encoding
More information about the llvm-commits
mailing list