[PATCH] D88485: [SDag][AMDGPU] Maintain DAG divergence through instruction selection
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 10:27:58 PDT 2020
foad added a comment.
In D88485#2301154 <https://reviews.llvm.org/D88485#2301154>, @rampitec wrote:
> However, I do not like that list of opcodes in the isSDNodeSourceOfDivergence(), it is error prone.
These lists are the SDNode equivalents of `GCNTTIImpl::isSourceOfDivergence` (which uses some data defined in .td files) and `GCNTTIImpl::isAlwaysUniform`. I don't know if there's a better way to generate them.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88485/new/
https://reviews.llvm.org/D88485
More information about the llvm-commits
mailing list