samparker added inline comments. ================ Comment at: test/CodeGen/ARM/select-imm.ll:239 +; THUMB1: bl f +; THUMB1: sxtb r1, r4 +; THUMB1: uxtb r0, r1 ---------------- Why do we have a sxtb for T1 and not T2? https://reviews.llvm.org/D34515