[flang-commits] [flang] Adding parsing and semantic check support for omp masked (PR #91432)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Wed May 8 06:31:02 PDT 2024


https://github.com/kiranchandramohan requested changes to this pull request.

Thanks for this patch.

Could you add a relevant TODO message in lowering so that any test using masked will not crash. We are trying to stabilize the code by reducing crashes. The behaviour we are trying to get to is that the compiler either accepts the code and executes correctly or provides a TODO message saying it is not implemented yet.

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


More information about the flang-commits mailing list