[EarlyCSE] Do not forward memset zero to intrinsic (#206452)
We can do this in principle, but it would require more precise handling.
E.g. for masked.load we'd have to respect the passthru argument for
masked out lanes. I don't think this is worthwhile, so just bail out.