[all-commits] [llvm/llvm-project] 2d8ee3: [RISCV] Don't delete all fixups in RISCVMCCodeEmit...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Nov 15 00:18:09 PST 2024
Branch: refs/heads/release/19.x
Home: https://github.com/llvm/llvm-project
Commit: 2d8ee3a2d800b218a6c11de738e702148bca4f27
https://github.com/llvm/llvm-project/commit/2d8ee3a2d800b218a6c11de738e702148bca4f27
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-11-15 (Fri, 15 Nov 2024)
Changed paths:
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp
M llvm/test/MC/RISCV/rv64-relax-all.s
Log Message:
-----------
[RISCV] Don't delete all fixups in RISCVMCCodeEmitter::expandLongCondBr. (#109513)
The Fixups vector passed into this function may already have fixups in
it from earlier instructions. We should not erase those. We just want to
erase fixups added by this function.
Fixes #108612.
(cherry picked from commit c3d3cef8d58377b02032b07b5f094a402a70435a)
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