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

via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 27 17:37:19 PST 2023


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

OK, then we also miss test for other promoted instrs, I just test egpr for them.

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


More information about the llvm-commits mailing list