[llvm] [X86][dec] Handle EVEX.W = 1 and EVEX.pp = 01 (PR #103816)
Freddy Ye via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 28 19:09:50 PDT 2024
================
@@ -21,6 +21,11 @@
# INTEL: {evex} imul r9, r9, 123
0x62,0x54,0xfc,0x08,0x6b,0xc9,0x7b
+# iOSize=64 when EVEX.W = 1 and EVEX.pp = 01
----------------
FreddyLeaf wrote:
[1e5d7d7](https://github.com/llvm/llvm-project/pull/103816/commits/1e5d7d7646246a394e27f642fa7df01b0c6f254b)
https://github.com/llvm/llvm-project/pull/103816
More information about the llvm-commits
mailing list