[PATCH] D122449: [X86][test] Add encoding/decoding tests for VEX instruction w/ address-size prefix

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 30 02:48:32 PDT 2022


RKSimon added inline comments.


================
Comment at: llvm/test/MC/Disassembler/X86/x86-64-avx.txt:16
+# CHECK: vpsubq (%esp), %xmm1, %xmm2
+0x67 0xc5 0xf1 0xfb 0x14 0x24
+
----------------
I realise vphsubd isn't but these should be sorted in alpha order, so move vpsubq to the bottom


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D122449/new/

https://reviews.llvm.org/D122449



More information about the llvm-commits mailing list