[PATCH] D36706: DAGCombiner: Add form of isFPExtFree to check uses

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 16 06:08:47 PDT 2017


RKSimon added a reviewer: RKSimon.
RKSimon added a comment.

Given its limited use I don't see why we shouldn't just update the existing isFPExtFree to take Opcode, SrcVT and DstVT - all of which may be useful.


https://reviews.llvm.org/D36706





More information about the llvm-commits mailing list