[llvm] added a script to update llvm-mc test file (PR #107246)
Brox Chen via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 10 09:06:22 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: error: register index is out of range
----------------
broxigarchen wrote:
I think this can work. Let me try it
https://github.com/llvm/llvm-project/pull/107246
More information about the llvm-commits
mailing list