[Mlir-commits] [flang] [mlir] [flang][mlir] Add support for implicit linearization in omp.simd (PR #150386)

Tom Eccles llvmlistbot at llvm.org
Thu Jul 24 04:01:07 PDT 2025


================
@@ -146,6 +146,27 @@ class LinearClauseProcessor {
   llvm::BasicBlock *linearLastIterExitBB;
 
 public:
+  // Allocate space for linear variabes
----------------
tblah wrote:

Merge conflict? The only difference between this an the following function seems to be `mlir::Value &linearVar` vs `mlir::Value *linearVar`

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


More information about the Mlir-commits mailing list