[llvm] [X86Disassembler] Handle situations when both EVEX.W = 1 and EVEX.pp = 01 (PR #103816)
Freddy Ye via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 29 01:47:34 PDT 2024
================
@@ -0,0 +1,74 @@
+# RUN: llvm-mc -triple x86_64 -disassemble %s | FileCheck %s --check-prefix=ATT
+# RUN: llvm-mc -triple x86_64 -disassemble -output-asm-variant=1 %s | FileCheck %s --check-prefix=INTEL
+
+# This test is to check below inherit:
+# IC_EVEX_W --> IC_EVEX_W_OPSIZE
+# IC_EVEX_W_B --> IC_EVEX_W_OPSIZE_B
+
----------------
FreddyLeaf wrote:
I'll add. pls let me know if you want to do that in another commit.
https://github.com/llvm/llvm-project/pull/103816
More information about the llvm-commits
mailing list