Skip to content
Commit cbb18e91 authored by Benjamin Kramer's avatar Benjamin Kramer
Browse files

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
parent 2ccfbc8b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment