efriedma added inline comments. ================ Comment at: cast.ll:1443 + %c = sext i16 %b to i32 + ret i32 %c +} ---------------- This testcase passes on trunk. What are you trying to fix? https://reviews.llvm.org/D32240