[PATCH] D84287: [SelectionDAG] Make LegalizeDAG lower FNEG using integer ops.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 26 05:46:05 PDT 2020
RKSimon added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp:3238
break;
+ }
case ISD::FABS:
----------------
Is it worth moving this to a ExpandFNEG helper like the other ops?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84287/new/
https://reviews.llvm.org/D84287
More information about the llvm-commits
mailing list