[all-commits] [llvm/llvm-project] 9f2991: [JITLink][AArch64] Refactor isLoadStoreImm12 check...
Sunho Kim via All-commits
all-commits at lists.llvm.org
Tue Jun 7 13:18:27 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9f29916169fab99bc26378a56bbcc80e88a9d678
https://github.com/llvm/llvm-project/commit/9f29916169fab99bc26378a56bbcc80e88a9d678
Author: Sunho Kim <ksunhokim123 at gmail.com>
Date: 2022-06-07 (Tue, 07 Jun 2022)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h
M llvm/lib/ExecutionEngine/JITLink/aarch64.cpp
Log Message:
-----------
[JITLink][AArch64] Refactor isLoadStoreImm12 check out of getPageOffset12Shift.
The separate isLoadStoreImm12 predicate will be used for validating ELF/aarch64
ldst relocation types.
Reviewed By: lhames, sgraenitz
Differential Revision: https://reviews.llvm.org/D126628
More information about the All-commits
mailing list