[PATCH] D75300: Support prefix padding for alignment purposes (Relaxable instructions only)
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 12 11:56:24 PDT 2020
reames updated this revision to Diff 250002.
reames added a comment.
Address bug found by skan. Doing so unfortunately limits the scope quite a bit, but getting access to the value for the fixup will require a bit of redesign. I would much prefer to get the reduced scope version enabled, and then broaden the scope with testing in place.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75300/new/
https://reviews.llvm.org/D75300
Files:
llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
llvm/test/MC/X86/align-via-relaxation.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75300.250002.patch
Type: text/x-patch
Size: 7272 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200312/9193b3aa/attachment.bin>
More information about the llvm-commits
mailing list