[PATCH] D76176: [X86] Disable nop padding before instruction following hardcode
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 19 20:50:53 PDT 2020
skan added a comment.
In D76176#1930168 <https://reviews.llvm.org/D76176#1930168>, @reames wrote:
> FYI, this patch (and the previous prefix handling) is incomplete. For both of them, you need to prevent not just nop insertion, but also prefix insertion.
Complete solution here D76475 <https://reviews.llvm.org/D76475>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76176/new/
https://reviews.llvm.org/D76176
More information about the llvm-commits
mailing list