[PATCH] D126177: [BOLT] [AArch64] Handle data markers spanning multiple functions
Denis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 26 12:54:32 PDT 2022
treapster updated this revision to Diff 432361.
treapster added a comment.
@rafauler, added assembly for test. Regarding getMarkerType, the intent of removing architecture check is not to move the function to SymbolRef, but primarily to decouple it from BinaryContext instance - probably leaving it in BinaryContext.cpp. If you think it fits there as a method, well, then we can leave it as it is.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126177/new/
https://reviews.llvm.org/D126177
Files:
bolt/include/bolt/Core/BinaryContext.h
bolt/include/bolt/Core/BinaryFunction.h
bolt/lib/Core/BinaryContext.cpp
bolt/lib/Core/BinaryFunction.cpp
bolt/lib/Rewrite/RewriteInstance.cpp
bolt/test/AArch64/Inputs/unmarked-data.yaml
bolt/test/AArch64/unmarked-data.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126177.432361.patch
Type: text/x-patch
Size: 15381 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220526/ac9261dd/attachment.bin>
More information about the llvm-commits
mailing list