[llvm] [X86][MC] Support Enc/Dec for EGPR for promoted CET instruction (PR #76023)
Shengchen Kan via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 20 00:45:04 PST 2023
================
@@ -0,0 +1,6 @@
+# RUN: llvm-mc --disassemble %s -triple=x86_64 | FileCheck %s --check-prefixes=ATT
+# RUN: llvm-mc --disassemble %s -triple=x86_64 -x86-asm-syntax=intel --output-asm-variant=1 | FileCheck %s --check-prefixes=INTEL
----------------
KanRobert wrote:
Could you merge the test WRUSSD with WRUSSQ? `D`, `Q` here is kind of a suffix here.
https://github.com/llvm/llvm-project/pull/76023
More information about the llvm-commits
mailing list