[Mlir-commits] [flang] [mlir] [MLIR][OpenMP] Fix type mismatch in linear clause for INTEGER(8) variables (PR #173982)

Tom Eccles llvmlistbot at llvm.org
Thu Jan 1 10:11:47 PST 2026


================
@@ -0,0 +1,79 @@
+! Test lowering of OpenMP parallel do simd with linear clause on INTEGER(8) variable
----------------
tblah wrote:

This is testing a change to mlir/lib/Target/LLVMIR/...

Please write a test in the mlir/test/Target/LLVMIR directory. You can get some simplified MLIR for the current fortran file using `flang -fc1 -emit-hlfir -o - file.f90 | tco -test-gen`

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


More information about the Mlir-commits mailing list