[llvm] [InstCombine] Add missing fold for `fsqrt(select(b, c1, c2)) => select(b, fsqrt(c1), fsqrt(c2))` (PR #113084)

Rajveer Singh Bharadwaj via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 20 06:18:38 PDT 2024


Rajveer100 wrote:

@RKSimon 
I am not quite sure if this is the intended way as I do see lot of helper functions (like unary, binary, etc) for individual broken down expressions.

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


More information about the llvm-commits mailing list