qcolombet added inline comments. ================ Comment at: lib/CodeGen/GlobalISel/LegalizerHelper.cpp:556 + default: + llvm_unreachable("unexpected floating-point type"); + } ---------------- Can't we simply reuse Ty? https://reviews.llvm.org/D30721