[Mlir-commits] [mlir] [MLIR][OpenMP] Fix the assertion failure for VariableCaptureKind::ByCopy (PR #72424)

Akash Banerjee llvmlistbot at llvm.org
Thu Nov 16 04:57:24 PST 2023


TIFitis wrote:

> Please add a test and a suitable description.

I've updated the description.

We already have tests for them in `openmp/libomptarget/test/offloading/fortran`. The build bots are missing proper configuration to run them for now, so we didn't catch that they were failing.

The lowering tests don't show these errors because with the `-flang-deprecated-no-hlfir` flag the error goes away.

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


More information about the Mlir-commits mailing list