[llvm] [AMDGPU][FixIrreducible][UnifyLoopExits] Support callbr with inline-asm (PR #149308)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 09:04:56 PDT 2025
================
@@ -645,6 +645,36 @@ LoopInfoBase<BlockT, LoopT>::getLoopsInReverseSiblingPreorder() const {
return PreOrderLoops;
}
+template <class BlockT, class LoopT>
+LoopT *LoopInfoBase<BlockT, LoopT>::getSmallestCommonLoop(LoopT *A,
----------------
Meinersbur wrote:
[not a change request] I know the function name comes from `Cycle`, but usually "smaller" and "larger" does not apply to loops. Does it refer to number iterations? number of instructions in body? Execution time?
https://github.com/llvm/llvm-project/pull/149308
More information about the llvm-commits
mailing list