diff options
author | Craig Topper <craig.topper@sifive.com> | 2024-09-22 22:31:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-22 22:31:36 -0700 |
commit | c3d3cef8d58377b02032b07b5f094a402a70435a (patch) | |
tree | 76af910e8fa204256a43e8328fe4f7d97f872911 /llvm/lib/CodeGen/MachineOperand.cpp | |
parent | 80cdc3718036cd3ee33424953821ac01046d5278 (diff) | |
download | llvm-c3d3cef8d58377b02032b07b5f094a402a70435a.zip llvm-c3d3cef8d58377b02032b07b5f094a402a70435a.tar.gz llvm-c3d3cef8d58377b02032b07b5f094a402a70435a.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/CodeGen/MachineOperand.cpp')
0 files changed, 0 insertions, 0 deletions