[llvm] added a script to update llvm-mc test file (PR #107246)

Brox Chen via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 15:06:55 PDT 2024


================
@@ -0,0 +1,5 @@
+; NOTE: Assertions have been autogenerated by utils/update_mc_test_checks.py
+// RUN: not llvm-mc -triple=amdgcn -show-encoding %s 2>&1 | FileCheck --check-prefixes=CHECK %s
+
+v_bfrev_b32 v5, v299
+// CHECK: :[[@LINE-1]]:{{[0-9]+}}: error: register index is out of range
----------------
broxigarchen wrote:

Added

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


More information about the llvm-commits mailing list