[llvm] GlobalISel needs fdiv 1 / sqrt(x) to rsq combine (PR #78673)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 03:39:50 PST 2024


arsenm wrote:

I think this is close. I forgot that I remove the codegen support for rsq in the DAG over the summer. I think this patch only needs to handle the f16 part, and not introduce f32/f64 rsq. We do that in CodeGenPrepare 

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


More information about the llvm-commits mailing list