[PATCH] D75203: [X86] Relax existing instructions to reduce the number of nops needed for alignment purposes
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 01:16:45 PST 2020
skan added a comment.
In D75203#1901962 <https://reviews.llvm.org/D75203#1901962>, @reames wrote:
> Remove the relaxFragment loop. Now that boundary align fragments no longer need relaxed to update size, this is now just a nop.
We may need add the relaxFragment loop back since the commit for D75404 <https://reviews.llvm.org/D75404> was reverted.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75203/new/
https://reviews.llvm.org/D75203
More information about the llvm-commits
mailing list