[PATCH] D39999: [InstCombine] Simplify binops that are only used by a select and are fed by a select with the same condition.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 09:07:33 PST 2018


spatel added a comment.

It took a while, but automated testing caught that div/rem-by-0 possibility:
https://bugs.llvm.org/show_bug.cgi?id=36362


Repository:
  rL LLVM

https://reviews.llvm.org/D39999





More information about the llvm-commits mailing list