[all-commits] [llvm/llvm-project] 6cc345: [JITLink][AArch64] Lift fixup functions from aarch...
Sunho Kim via All-commits
all-commits at lists.llvm.org
Mon Jun 13 21:35:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6cc3450a52468b2ca4b8872179cfe856bf65b177
https://github.com/llvm/llvm-project/commit/6cc3450a52468b2ca4b8872179cfe856bf65b177
Author: Sunho Kim <ksunhokim123 at naver.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
M llvm/lib/ExecutionEngine/JITLink/aarch64.cpp
Log Message:
-----------
[JITLink][AArch64] Lift fixup functions from aarch64.cpp to aarch64.h. (NFC)
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.
Reviewed By: sgraenitz
Differential Revision: https://reviews.llvm.org/D127559
More information about the All-commits
mailing list