[PATCH] D87479: [InstCombine] Don't sink the fdiv from (fmul (fdiv 1.0, %x), %y) if the fdiv isn't in the same basic block as the fmul

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 17 11:17:48 PDT 2021


craig.topper added a comment.

In D87479#2632332 <https://reviews.llvm.org/D87479#2632332>, @RKSimon wrote:

> In D87479#2632032 <https://reviews.llvm.org/D87479#2632032>, @craig.topper wrote:
>
>> In D87479#2631190 <https://reviews.llvm.org/D87479#2631190>, @RKSimon wrote:
>>
>>> @craig.topper Are you still looking at this?
>>
>> No, not since I switched employers.
>
> Would it be OK if myself or @spatel commandeered this?

Absolutely.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87479



More information about the llvm-commits mailing list