[llvm] [LoopInterchange] Prevent the transformation stage from stopping partway (PR #205564)

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 19 23:01:25 PDT 2026


================
@@ -2184,11 +2183,8 @@ bool LoopInterchangeTransform::transform(
 
   // Ensure the inner loop phi nodes have a separate basic block.
----------------
sjoerdmeijer wrote:

Nit: maybe update the comment that this is now done unconditionally, and why.

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


More information about the llvm-commits mailing list