[PATCH] D127559: [JITLink][AArch64] Lift fixup functions from aarch64.cpp to aarch64.h.

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 10 22:01:09 PDT 2022


sunho created this revision.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
sunho requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Lift fixup functions from aarch64.cpp to aarch64.h so that they have better chance of getting inlined. Also, adds some comments documenting the purpose of functions.


https://reviews.llvm.org/D127559

Files:
  llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
  llvm/lib/ExecutionEngine/JITLink/aarch64.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127559.436105.patch
Type: text/x-patch
Size: 12377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220611/9734c031/attachment.bin>


More information about the llvm-commits mailing list