[PATCH] D57875: [LegalizeTypes] Expand FNEG to bitwise op for IEEE FP types

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 8 12:33:32 PST 2019


kpn added a comment.

Without this patch is the fneg instruction getting turned into a subtraction instruction? I hope not on any platform!


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

https://reviews.llvm.org/D57875





More information about the llvm-commits mailing list