You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[AMD] Get rid of flat load/store instructions (#5137)
Flat instructions could be a reason of significant slowness of workloads
due to undefined addresspace of pointers, so llvm passes can not apply
some of optimizations to these instructions.
This patch removes addresspace casting to keep original addresspace for
pointers and generate proper loads/stores.
Signed-off-by: Ilya Veselov <[email protected]>
0 commit comments