Unverified Commit 65b5647e authored by Shreyansh Chouhan's avatar Shreyansh Chouhan Committed by GitHub
Browse files

[DeadStoreElimination] Optimize tautological assignments (#75744)

If a store is dominated by a condition that ensures that the value being
stored in a memory location is already present at that memory location,
consider the store a noop.

Fixes #63419
parent cb8f9100
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment