[PATCH] D143594: [RISCV] Fix miscompile in SExtWRemoval due to early return ignoring other sources
Alex Bradbury via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 8 11:54:07 PST 2023
asb added a comment.
In D143594#4113610 <https://reviews.llvm.org/D143594#4113610>, @reames wrote:
> In D143594#4113547 <https://reviews.llvm.org/D143594#4113547>, @craig.topper wrote:
>
>> LGTM. We should backport to LLVM 16.
>
> Do we have our process for requesting a backport documented somewhere? Haven't done one before.
It's now nice and mostly automated. Create an issue on GitHub for the cherry-pick, add it to the LLVM 16.0.0 release milestone, and you can then use these commands <https://llvm.org/docs/GitHub.html#backporting-fixes-to-the-release-branches> in a comment to trigger a bot to create the appropriate PR.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143594/new/
https://reviews.llvm.org/D143594
More information about the llvm-commits
mailing list