[PATCH] D31350: AMDGPU : Fix common dominator of two incoming blocks terminates with uniform branch issue.

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 13:51:59 PDT 2017


arsenm added a comment.

This needs a test and is not correct. The direct predecessors could themselves be divergent blocks. You need to identify whether this phi is in a divergent region


Repository:
  rL LLVM

https://reviews.llvm.org/D31350





More information about the llvm-commits mailing list