[DSE] Add value type info checks for masked store candidates in Dead Store Elimination.
The type information of the store values can diverge when checking for valid mask store candidates to eliminate via DSE. This patch checks for equivalence wrt to size and element count. Reviewed By: fhahn, rui.zhang Differential Revision: https://reviews.llvm.org/D132700
Loading
Please sign in to comment