[PATCH] D120592: [X86] Fix handling of Address-Size override prefix

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 17:52:21 PST 2022


Amir added inline comments.


================
Comment at: llvm/test/MC/X86/align-branch-hardcode.s:20
   # CHECK: 5d:       int3
-  # CHECK: 5e:       call
+  # CHECK: 5e:       addr32 call
   # CHECK: 66:       int3
----------------
skan wrote:
> Why do we got addr32 here w/ hardcode 0x66?
Looking into it


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120592



More information about the llvm-commits mailing list