[llvm] [X86][MC] Support Enc/Dec for EGPR for promoted CRC32 (PR #76434)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 27 04:25:24 PST 2023


================
@@ -0,0 +1,73 @@
+# RUN: llvm-mc -triple x86_64 --show-encoding %s | FileCheck %s
+
+# CHECK: crc32b	%r16b, %r22d
----------------
KanRobert wrote:

Missing test for code like `{evex} crc32b %eax, %ebx`

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


More information about the llvm-commits mailing list