[PATCH] D113442: [InstCombine] Enable fold select into operand for FAdd, FMul, FSub and FDiv.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 31 12:54:01 PST 2022


spatel added a comment.

In D113442#3282819 <https://reviews.llvm.org/D113442#3282819>, @xbolva00 wrote:

> Maybe worth to mention:
> https://reviews.llvm.org/D90113

Thanks for the link. I posted a much more limited x86-only patch -- D118644 <https://reviews.llvm.org/D118644> -- to deal with the regression noted here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113442



More information about the llvm-commits mailing list