[PATCH] D30671: [GlobalISel] Translate floating-point negation
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 11:00:13 PST 2017
qcolombet added a comment.
Forgot to point out that you would need to add legalizer support for FNEG => FSUB 0.0, X
https://reviews.llvm.org/D30671
More information about the llvm-commits
mailing list