[PATCH] D102747: [ARM] Allow findLoopPreheader to return headers with multiple loop successors
Sam Tebbs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 20 02:23:54 PDT 2021
samtebbs added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/MachineLoopInfo.h:114
+ /// With FindMultiLoopPreheader = false, nullptr will be returned if the found
+ /// preheader the preheader of multiple loops.
+ MachineBasicBlock *
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102747/new/
https://reviews.llvm.org/D102747
More information about the llvm-commits
mailing list