[PATCH] D71569: [LoopFusion] Ensure that both loops are guarded or neither are guarded.
Whitney Tsang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 17 15:49:21 PST 2020
Whitney added a comment.
> LGTM. @Whitney?
I know that @kbarton is working on a patch which allow guarded loops fuse with unguarded loops as long as they are control flow equivalent.
I think that's a better solution. And with that, this patch is no longer needed.
However, I don't mind having this patch committed in the meantime.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71569/new/
https://reviews.llvm.org/D71569
More information about the llvm-commits
mailing list