[llvm] [AMDGPU][FixIrreducible][UnifyLoopExits] Support callbr with inline-asm (PR #149308)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 29 06:28:19 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:

I would keep it consistent with `Cycle::getSmallestCommonLoop` for now. Hence, [not a change request]

https://github.com/llvm/llvm-project/pull/149308


More information about the llvm-commits mailing list