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

via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 05:02:30 PDT 2024


================
@@ -738,8 +738,8 @@
 # CHECK-LE: vpopcntw 2, 3                   # encoding: [0x83,0x1f,0x40,0x10]
             vpopcntw 2, 3
         
-# BCHECK-BE: vpopcntd 2, 3                   # encoding: [0x10,0x40,0x1f,0xC3]
-# BCHECK-LE: vpopcntd 2, 3                   # encoding: [0xC3,0x1f,0x40,0x10]
+# CHECK-BE: vpopcntd 2, 3                   # encoding: [0x10,0x40,0x1f,0xC3]
+# CHECK-LE: vpopcntd 2, 3                   # encoding: [0xC3,0x1f,0x40,0x10]
----------------
klensy wrote:

uncomment line 743

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


More information about the llvm-commits mailing list