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

Huihui Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 22 11:14:23 PST 2021


huihuiz added a comment.

Thanks Sanjay for the review! 
I did another local run for fadd, with "--disable-undef-input" it finish within a minute. 
When removing "--disable-undef-input", it's taking about an hour now, still not finished.

Probably, the problem is the floating-point type. We hit some limitations of alive2 I assume.


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