[PATCH] D112932: Use llvm.is_fpclass to implement FP classification functions

Matt Arsenault via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 19 10:08:53 PST 2022


arsenm added a comment.

This will produce worse codegen in many situations. I'm working on a stack of patches to convert is.fpclass back to fcmp when legal


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112932/new/

https://reviews.llvm.org/D112932



More information about the cfe-commits mailing list