[llvm] [llvm][test] Fix filecheck annotation typos [1/n] (PR #93673)
via llvm-commits
llvm-commits at lists.llvm.org
Thu May 30 03:41:30 PDT 2024
================
@@ -48,8 +48,8 @@
# FIXME: LDC encoding information is incorrect. Re-enable this along with more
# robust testing for other values when we get it fleshed out and working
# properly.
-# COM: CHECK: ldclvc p5, cr15, [r8], #-0
-#0x00 0xf5 0x78 0x7c
+# CHECK: ldclvc p5, cr15, [r8], #-0
+0x00 0xf5 0x78 0x7c
----------------
klensy wrote:
```
<stdin>:17:2: note: possible intended match here
ldclvc p5, c15, [r8], #-0
```
https://github.com/llvm/llvm-project/pull/93673
More information about the llvm-commits
mailing list