[Mlir-commits] [flang] [mlir] [mlir][OpenMP] rewrite conversion of privatisation for omp.parallel (PR #111844)

Michael Kruse llvmlistbot at llvm.org
Mon Oct 14 06:39:02 PDT 2024


================
@@ -0,0 +1,261 @@
+! RUN: %flang_fc1 -fopenmp -emit-llvm %s -o - | FileCheck %s
+
+! stress test cfg and builder insertion points in mlir-to-llvm conversion:
----------------
Meinersbur wrote:

I don't think this test matches what's described under https://en.wikipedia.org/wiki/Stress_testing_(computing). For a compiler, I would understand sources that use more than a usual number of function/variable/identifiers, etc to test maybe scaling behavior. Four arrays is not yet an unusual amount. 

I think it could be called combinatorial testing.

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


More information about the Mlir-commits mailing list