[all-commits] [llvm/llvm-project] 248406: [RISCV] Clear kill flags after replaceRegWith in R...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Apr 22 19:24:51 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2484060ad970b692443a6a1e7d3bef2797aa751b
https://github.com/llvm/llvm-project/commit/2484060ad970b692443a6a1e7d3bef2797aa751b
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVFoldMemOffset.cpp
A llvm/test/CodeGen/RISCV/fold-mem-offset.mir
Log Message:
-----------
[RISCV] Clear kill flags after replaceRegWith in RISCVFoldMemOffset. (#136762)
Any kill flags that were present for the old register are not valid for
the replacement and the replacement may have extended the live range of
the replacement register.
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