[PATCH] D81301: [X86] Emit two-byte NOP when possible

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 7 09:34:33 PDT 2020


aganea added a comment.

A ReactOS developer pointed out that the default for x86 cl.exe is `/arch:SSE2` which generates `66 90` when specifying `/hotpatch`. However with `/arch:[IA32|SSE] /hotpatch` the previous sequence `8B FF` is emitted instead. I will replicate the behavior.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81301





More information about the llvm-commits mailing list