InstCombine: fold (sitofp (zext x)) to (uitofp x)
This is okay because the zext guarantees the high bit is zero, and so the value is unsigned. llvm-svn: 235364
Loading
Please sign in to comment
This is okay because the zext guarantees the high bit is zero, and so the value is unsigned. llvm-svn: 235364