[llvm] [LoopFusion] Validate loop structure before creating LoopCandidates (PR #192280)
Congzhe Cao via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 10:41:54 PDT 2026
CongzheUalberta wrote:
I think you should call `isLoopSimplifyForm()` to check if the loop is in simplified state. The pass already does it but you probably need to move that piece of code to before or at the beginning of construction of `FusionCandidate`.
https://github.com/llvm/llvm-project/pull/192280
More information about the llvm-commits
mailing list