https://github.com/tblah commented:
There can be temporary allocas for boxes created implicitly in conversion from FIR->LLVM (dialect). See `placeInMemoryIfNotGlobalInit()` and the lowering for `fir::LoadOp` in `CodeGen.cpp`. I wonder if this pass would be better being part of mlir, running after FIR->LLVM dialect conversion on a mixture of LLVM and OpenMP dialect ops. https://github.com/llvm/llvm-project/pull/161863 _______________________________________________ llvm-branch-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
