Sergey Kachkov 9f12f655c4
[GVN] Drop Clobber dependency if store may overwrite only the same value (#68322)
In some cases clobbering store can be safely skipped if it can only must
or no alias with memory location and it writes the same value. This
patch supports simple case when the value from memory location was
loaded in the same basic block before the store and there are no
modifications between them.
2023-10-10 19:22:00 +03:00
..
2023-06-27 16:53:50 -07:00
2023-06-09 15:41:32 +01:00
2023-06-30 15:52:40 +01:00