[llvm] added a script to update llvm-mc test file (PR #107246)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 12:47:48 PDT 2024
================
@@ -0,0 +1,5 @@
+; NOTE: Assertions have been autogenerated by utils/update_mc_test_check.py UTC_ARGS: --version 5
+// RUN: llvm-mc -triple=amdgcn -show-encoding %s 2>&1 | FileCheck --check-prefixes=CHECK %s
+
+// CHECK: v_bfrev_b32_e32 v5, v1 ; encoding: [0x01,0x71,0x0a,0x7e]
+v_bfrev_b32 v5, v1
----------------
broxigarchen wrote:
I can put it to the next line. I think putting it on the same line might be a bit too long to read sometime
https://github.com/llvm/llvm-project/pull/107246
More information about the llvm-commits
mailing list