[InstCombine] simplify masked store intrinsics with all ones or zeros masks
A masked store with a zero mask means there's no store. A masked store with an allOnes mask means it's a normal vector store. This is a continuation of: http://reviews.llvm.org/rL259369 llvm-svn: 259392
Loading
Please sign in to comment