[llvm-branch-commits] [llvm] Revert "[Mips] Fix missing sign extension in expansion of sub-word atomic max (#77072)" (PR #88818)

Quentin Dian via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed Apr 17 02:51:29 PDT 2024


DianQK wrote:

> > @yingopq The patches are not reverted in main, so you can base your fix on top of the existing changes (or revert them as part of your PR, if that's easier?)
> 
> Should it be consistent with the release branch, so that it is more convenient to merge into the release branch?

Maybe you can revert them in your new PR, then we can use rebase and push to merge your PR.
We can also revert this PR (#88818) and cherry-pick your new patch in `release/18.x`.

https://github.com/llvm/llvm-project/pull/88818


More information about the llvm-branch-commits mailing list