[PATCH] D152147: [RISCV] Fold binary op into select if profitable.

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 13 16:47:44 PDT 2023


jrtc27 added a comment.

This was committed as d0189584631e587279ee5f0af5feb94d8045bb31 <https://reviews.llvm.org/rGd0189584631e587279ee5f0af5feb94d8045bb31> without the normal Phab metadata (i.e. without arc patch), but is causing assertion failures building the Linux kernel per https://github.com/llvm/llvm-project/issues/63293.

Please revert this, debug the issue and re-land with an appropriate fix and the correct metadata per the LLVM Phabricator documentation (https://llvm.org/docs/Phabricator.html#committing-a-change).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152147/new/

https://reviews.llvm.org/D152147



More information about the llvm-commits mailing list