[PATCH] D67977: [InstCombine] Don't apply SimplifyDemandedVectorElts to ConstantAggregateZero GEP indices

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 10:37:16 PDT 2019


spatel added a comment.

> Maybe there's something in PatternMatch we can use that allows undef?

I haven't stepped through the example, but m_Zero() and m_ZeroInt() allow undefs.


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

https://reviews.llvm.org/D67977





More information about the llvm-commits mailing list