[PATCH] D65141: [DivergenceAnalysis] Add methods for querying divergence at use
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 24 09:07:37 PDT 2019
foad marked an inline comment as done.
foad added a comment.
In D65141#1599322 <https://reviews.llvm.org/D65141#1599322>, @arsenm wrote:
> Does this avoid the need to run LCSSA for isel, assuming the DAG switches to checking the use instead of the def?
That's my hope, and that's what I meant by "this might allow D63953 <https://reviews.llvm.org/D63953> or other similar workarounds to be removed", but I really don't know enough about divergence driven isel to be sure.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65141/new/
https://reviews.llvm.org/D65141
More information about the llvm-commits
mailing list