[all-commits] [llvm/llvm-project] 95b74d: [JITLink] Improve extractBits function
luxufan via All-commits
all-commits at lists.llvm.org
Tue Jan 4 04:16:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95b74d4db0686a8d55fdae1af4e985ea52b2c572
https://github.com/llvm/llvm-project/commit/95b74d4db0686a8d55fdae1af4e985ea52b2c572
Author: luxufan <932494295 at qq.com>
Date: 2022-01-04 (Tue, 04 Jan 2022)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/ELF_riscv.cpp
Log Message:
-----------
[JITLink] Improve extractBits function
Address the advice proposed at patch D105429 . Use [Low, Low+size) to represent bits.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D107250
More information about the All-commits
mailing list