[Mlir-commits] [flang] [mlir] [MLIR][OpenMP] Fix type mismatch in linear clause for INTEGER(8) variables (PR #173982)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Jan 1 10:10:49 PST 2026
================
@@ -0,0 +1,21 @@
+! Integration test to verify INTEGER(8) linear clause compiles successfully
----------------
NimishMishra wrote:
I do not think an integration test is necessary for this bugfix. A direct MLIR test should be possible: the linear_var_type attribute could be [i64], while the iv would be i32 naturally. Check [openmp-llvm.mlir](https://github.com/llvm/llvm-project/pull/139386/files#diff-92424ef66b17f2f2e2de622bd0d9723a58193765e769c9d65fdd25a7a8707e9b) once.
https://github.com/llvm/llvm-project/pull/173982
More information about the Mlir-commits
mailing list