[llvm] [llvm][test] Fix filecheck annotation typos [1/n] (PR #93673)

via llvm-commits llvm-commits at lists.llvm.org
Wed May 29 12:16:46 PDT 2024


================
@@ -302,13 +302,13 @@ sce $2, 8($4)               # CHECK: sce $2, 8($4)          # encoding: [0x60,0x
 syscall                     # CHECK: syscall                # encoding: [0x00,0x00,0x8b,0x7c]
 syscall 396                 # CHECK: syscall 396            # encoding: [0x01,0x8c,0x8b,0x7c]
 # FIXME: ldc1 should accept uneven registers
-# ldc1 $f7, 300($10)        # COM: CHECK: ldc1 $f7, 300($10)    # encoding: [0xbc,0xea,0x01,0x2c]
----------------
klensy wrote:

forgot to uncomment code

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


More information about the llvm-commits mailing list