[PATCH] D126190: [InstCombine] Add combine for fcmp sqrt(x),C --> fcmp x,C*C
Bradley Smith via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 7 07:27:32 PDT 2022
bsmith abandoned this revision.
bsmith added a comment.
This has turned out to be far more complex to do safely than originally thought, given I don't as of yet have a compelling example where this provides a significant benefit I will abandon this for now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126190/new/
https://reviews.llvm.org/D126190
More information about the llvm-commits
mailing list