llvm-project
be29612f - [NewGVN] Remove returned arg simplification (#161865)

Commit
7 days ago
[NewGVN] Remove returned arg simplification (#161865) Replacing uses of the return value with the argument is already handled in other passes, additionally it causes issues with memory value numbering when the call is a memory defining intrinsic. fixes #159918
Author
Parents
Loading