[PATCH] D36706: DAGCombiner: Add form of isFPExtFree to check uses
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 05:30:59 PDT 2017
nemanjai added a comment.
It would appear to me that the PPC-only portion of this is NFC since it'll still return `true` for any floating point destination type. So I would say that the PPC back end is fine with those (as long as the assert gets a message :)).
However, shouldn't this patch have a test case?
https://reviews.llvm.org/D36706
More information about the llvm-commits
mailing list