[PATCH] D72225: Align branches within 32-Byte boundary(Prefix padding)
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 19:22:15 PST 2020
skan planned changes to this revision.
skan added a comment.
data16
leaq i at TLSGD(%rip), %rdi
data16
data16
rex64
callq __tls_get_addr at PLT
`data16` is emitted as an instruction, though it is the prefix of the `leaq`. Prefix should not prepend to `data16`, I will fix it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72225/new/
https://reviews.llvm.org/D72225
More information about the llvm-commits
mailing list