[llvm-branch-commits] [llvm] 51e92b2 - [JITLink][LoongArch][NFC] Fix Call30PCRel range docs
Cullen Rhodes via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jan 22 00:27:56 PST 2026
Author: WANG Rui
Date: 2026-01-22T08:27:36Z
New Revision: 51e92b2e03d57a254c82cce4ad97f471f7ebacbf
URL: https://github.com/llvm/llvm-project/commit/51e92b2e03d57a254c82cce4ad97f471f7ebacbf
DIFF: https://github.com/llvm/llvm-project/commit/51e92b2e03d57a254c82cce4ad97f471f7ebacbf.diff
LOG: [JITLink][LoongArch][NFC] Fix Call30PCRel range docs
(cherry picked from commit 16f690e0ff97b8e0dece0e0237552208cafe1c7f)
Added:
Modified:
llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h b/llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
index 50a0ded54c3e3..bafd83b8b21dc 100644
--- a/llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
+++ b/llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h
@@ -252,7 +252,7 @@ enum EdgeKind_loongarch : Edge::Kind {
/// A 30-bit PC-relative call.
///
- /// Represents a PC-relative call to a target within [-4G, +4G)
+ /// Represents a PC-relative call to a target within [-2G, +2G)
/// The target must be 4-byte aligned. For adjacent pcaddu12i+jirl
/// instruction pairs.
///
More information about the llvm-branch-commits
mailing list