vporpo wrote: > My dream would be a loop optimizer on top of SandboxIR. It would also have passes and a pass manager. Yeah, loop transformations would be a great fit. I think the pass-manager infrastructure is generic enough that we could reuse most of it. https://github.com/llvm/llvm-project/pull/107431