[llvm] [clang] Revert "InstCombine: Fold is.fpclass(x, fcInf) to fabs+fcmp" (PR #76338)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 26 23:34:13 PST 2023


arsenm wrote:

I still think fabs+fcmp is a better canonical form. Between some targets offering free fabs, and other combines between fabs and sources/sinks, I think it's better to split out this way. Any codegen regression should be addressed in the backend.

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


More information about the cfe-commits mailing list