llvm-project
4ab0976b - [EarlyCSE] Do not forward memset zero to intrinsic (#206452)

Commit
47 days ago
[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.
Author
Parents
Loading