InstCombine: Shrink "fcmp (fpext x), C" to "fcmp x, C" if C can be losslessly...
InstCombine: Shrink "fcmp (fpext x), C" to "fcmp x, C" if C can be losslessly converted to the type of x. Fixes PR9592. llvm-svn: 128625
Loading
Please sign in to comment