[PATCH] D21775: [InstCombine] Simplify and correct folding fcmps with the same children

Tim Shen via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 29 12:01:16 PDT 2016


timshen added a comment.

> if (Op0CC == FCmpInst::FCMP_TRUE)

> 

>   return RHS;


I see. I created http://reviews.llvm.org/D21855.


http://reviews.llvm.org/D21775





More information about the llvm-commits mailing list