[PATCH] D26449: DAGCombiner: fix combine of trunc and select
Zvi Rackover via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 9 08:05:08 PST 2016
zvi added inline comments.
================
Comment at: test/CodeGen/X86/select.ll:519
+
+define i16 @trunc_select_negative(i8 %a, i16 %b) {
+entry:
----------------
Can this test be reduced to a smaller example?
Please add a comment explaining what this test checks.
Repository:
rL LLVM
https://reviews.llvm.org/D26449
More information about the llvm-commits
mailing list