[PATCH] D34515: [ARM] Materialise some boolean values to avoid a branch

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 8 02:01:57 PST 2018


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





More information about the llvm-commits mailing list