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