[all-commits] [llvm/llvm-project] 415dd3: [RISCV][MC] Correct the register state update for ...
liulin92 via All-commits
all-commits at lists.llvm.org
Wed Mar 19 01:51:17 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 415dd383e4066717178870f1927f542a3d96621a
https://github.com/llvm/llvm-project/commit/415dd383e4066717178870f1927f542a3d96621a
Author: liulin92 <lindanliulin at gmail.com>
Date: 2025-03-19 (Wed, 19 Mar 2025)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCTargetDesc.cpp
M llvm/test/tools/llvm-objdump/ELF/RISCV/branches.s
Log Message:
-----------
[RISCV][MC] Correct the register state update for auipc (#130897)
AUIPC is a 20-bits value which is used to form 32-bits offset thus it
should be a int32 value, then signed-extend to int64.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list