================ @@ -916,49 +916,50 @@ static LogicalResult inlineReductionCleanup( static LogicalResult convertOmpWsloop(Operation &opInst, llvm::IRBuilderBase &builder, LLVM::ModuleTranslation &moduleTranslation) { - auto loop = cast<omp::WsloopOp>(opInst); - const bool isByRef = loop.getByref(); + auto wsloopOp = cast<omp::WsloopOp>(opInst); + auto loopOp = cast<omp::LoopNestOp>(wsloopOp.getWrappedLoop()); ---------------- Meinersbur wrote:
Will this be updated for when `omp.wsloop { omp.simd { omp.loop_nest ...` is going to be supported? Does the current verifier reject this? https://github.com/llvm/llvm-project/pull/89214 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits