[PATCH] D28484: SimplifyLibCalls: Replace more unary libcalls with intrinsics

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 16 16:54:35 PST 2017


davide added inline comments.


================
Comment at: lib/Transforms/InstCombine/InstCombineCalls.cpp:1647
     Value *ExtSrc;
+
     if (match(II->getArgOperand(0), m_FPExt(m_Value(ExtSrc))) &&
----------------
Why this newline.


https://reviews.llvm.org/D28484





More information about the llvm-commits mailing list