[PATCH] D24147: Lower consecutive select instructions correctly.

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 15:30:13 PDT 2016


vsk added a comment.

Thanks! I found this much easier to follow.

It might be worth adding negative tests (for >1 jae), where the conditions of adjacent SelectInst's differ, or where there is overlap between the true/false values.


https://reviews.llvm.org/D24147





More information about the llvm-commits mailing list