[PATCH] D75404: [X86] Make the boudaryalign fragment behave more like align fragment
Kan Shengchen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 29 02:31:43 PST 2020
skan created this revision.
skan added reviewers: annita.zhang, reames, MaskRay, craig.topper, LuoYuanke, jyknight.
Herald added a project: LLVM.
Currently the boundaryalign fragment caches its size during the process of layout and then it is relaxed and update the size in each iteration. This behaviour is unnecessary and ugly since it's contents is not related to any encoding values.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D75404
Files:
llvm/include/llvm/MC/MCAssembler.h
llvm/include/llvm/MC/MCFragment.h
llvm/lib/MC/MCAssembler.cpp
llvm/lib/MC/MCFragment.cpp
llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75404.247434.patch
Type: text/x-patch
Size: 9279 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200229/9c48e5b5/attachment.bin>
More information about the llvm-commits
mailing list