[Mlir-commits] [mlir] [mlir][OpenACC] Normalize loop bounds in convertACCLoopToSCFFor for negative steps (PR #184935)

Scott Manley llvmlistbot at llvm.org
Mon Mar 9 08:53:04 PDT 2026


https://github.com/rscottmanley commented:

In my opinion, it should work like the scf.parallel conversion, unconditionally normalize. That was my intention but never got around to it. Let other passes fold away the constants if they are constant, no need to check for it.

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


More information about the Mlir-commits mailing list