[llvm] [X86][MC] Support enc/dec for SETZUCC and promoted SETCC. (PR #86473)

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 00:19:20 PDT 2024


================
@@ -0,0 +1,98 @@
+# RUN: llvm-mc -triple x86_64 -show-encoding %s | FileCheck %s
+
+# CHECK: {evex}	seto	%al
+# CHECK: encoding: [0x62,0xf4,0x7f,0x08,0x40,0xc0]
+         {evex}	setob	%al
----------------
KanRobert wrote:

Remove suffix "b". We only need to test "b" is ignored once at the end of the file.

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


More information about the llvm-commits mailing list