[llvm] [MCA] Adding missing instructions in AArch64 Neoverse V1 tests (PR #128892)

David Green via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 27 12:33:57 PST 2025


================
@@ -124,6 +124,13 @@ mul    w0, w0, w0
 crc32cb w0, w0, w1
 crc32cb w0, w0, w1
 crc32cb w0, w0, w0
+crc32b w27, w12, w15
+crc32h w3, w15, w21
+crc32w w9, w18, w24
+crc32x w19, w6, x25
+crc32ch w25, w26, w16
+crc32cw w27, w12, w23
+crc32cx w21, w28, x5
----------------
davemgreen wrote:

Was that a yes or a no? :)

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


More information about the llvm-commits mailing list