[PATCH] D111806: [LICM] Check the number of divergent paths from loop header to target block
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 14 07:22:45 PDT 2021
jaykang10 abandoned this revision.
jaykang10 added a comment.
In D111806#3064156 <https://reviews.llvm.org/D111806#3064156>, @lebedev.ri wrote:
> As it's stated in the pass description, it is a canonicalization transform, performed without a costmodel,
> and it's expected to be undone in backend.
Ah, Thanks for letting me know. @lebedev.ri I missed it.
Let me abandon this patch.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111806/new/
https://reviews.llvm.org/D111806
More information about the llvm-commits
mailing list