[PATCH] D52907: AMDGPU: Don't merge DS opcodes on SI to fix corruption in Hitman
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 4 19:02:32 PDT 2018
arsenm requested changes to this revision.
arsenm added a comment.
This revision now requires changes to proceed.
This isn't a correct fix. If there's an issue with 64-bit DS instructions, it's a lowering problem. If we can't use them for some reason, changing this here might be a helpful heuristic but as-is this is not a real fix
Repository:
rL LLVM
https://reviews.llvm.org/D52907
More information about the llvm-commits
mailing list