[PATCH] D53283: AMDGPU: Divergence-driven selection of scalar buffer load intrinsics

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 7 14:28:48 PST 2018


nhaehnle added a comment.

In https://reviews.llvm.org/D53283#1282151, @hakzsam wrote:

> Hi Nicolai,
>
> Fyi, This introduced a regression with Mass Effect Andromeda with DXVK and RADV on Polaris10. See https://bugs.freedesktop.org/show_bug.cgi?id=108611


I have root-caused the problem, which is that divergence info isn't passed correctly through the SelectionDAG in all cases. I'm going to look into a fix, but I'll likely have to touch common code to do so and have reverted this commit for now.


Repository:
  rL LLVM

https://reviews.llvm.org/D53283





More information about the llvm-commits mailing list