If a store defines (must alias) a load, it clobbers the load.
Fixes: SWDEV-258915
Differential D92951
AMDGPU: If a store defines (alias) a load, it clobbers the load. cfang on Dec 9 2020, 11:00 AM. Authored by
Details If a store defines (must alias) a load, it clobbers the load. Fixes: SWDEV-258915
Diff Detail
Event Timeline
|
Specifically checking for store instructions is going to be wrong since many other instruction types can also write to memory