[all-commits] [llvm/llvm-project] 398df6: [JITLink][AArch64] Implement MoveWide16 generic edge.
Sunho Kim via All-commits
all-commits at lists.llvm.org
Mon Jun 13 21:52:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 398df667d6d1d8c0c60bca3a9c6e8ff1419ff958
https://github.com/llvm/llvm-project/commit/398df667d6d1d8c0c60bca3a9c6e8ff1419ff958
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] Implement MoveWide16 generic edge.
Implements MoveWide16 generic edge kind that can be used to patch MOVZ/MOVK (imm16) instructions.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D127584
More information about the All-commits
mailing list