[PATCH] D80658: [InstCombine] enhance vector demanded elements for select condition operand

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 14:10:12 PDT 2020


efriedma added a comment.

I'm concerned that in some cases, the condition might be "demanded" due to poison rules, even if we don't actually care about the value.  See, for example, http://volta.cs.utah.edu:8080/z/YDSX7k


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80658/new/

https://reviews.llvm.org/D80658





More information about the llvm-commits mailing list