[PATCH] D37989: InstCombine: Insert missing canonicalizes

Steve Canon via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 11:05:49 PST 2017


scanon added a comment.

IEEE 754 rules are that everything canonicalizes except bitwise operations (copy, abs, negate, copysign) and decimal re-encoding operations (which you don't care about).


https://reviews.llvm.org/D37989





More information about the llvm-commits mailing list