[all-commits] [llvm/llvm-project] 026fb0: [JITLink] Replace isInRangeForImm* functions with ...
lhames via All-commits
all-commits at lists.llvm.org
Sun Jul 16 10:08:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 026fb0487523fec61c23643f8f78bb3c1a401682
https://github.com/llvm/llvm-project/commit/026fb0487523fec61c23643f8f78bb3c1a401682
Author: Lang Hames <lhames at gmail.com>
Date: 2023-07-16 (Sun, 16 Jul 2023)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/i386.h
M llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h
M llvm/lib/ExecutionEngine/JITLink/i386.cpp
M llvm/lib/ExecutionEngine/JITLink/x86_64.cpp
Log Message:
-----------
[JITLink] Replace isInRangeForImm* functions with isInt / isUInt equivalents.
Avoids some code duplication.
More information about the All-commits
mailing list