[all-commits] [llvm/llvm-project] c02019: [LLVM-FLANG] [OpenMP] [Taskloop] - Add test case w...
Kiran Kumar T P via All-commits
all-commits at lists.llvm.org
Thu Mar 6 21:45:44 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c02019141cfe4e2bacdfa67262e84eee838f2e38
https://github.com/llvm/llvm-project/commit/c02019141cfe4e2bacdfa67262e84eee838f2e38
Author: Kiran Kumar T P <50909805+kiranktp at users.noreply.github.com>
Date: 2025-03-07 (Fri, 07 Mar 2025)
Changed paths:
A flang/test/Lower/OpenMP/Todo/taskloop-cancel.f90
Log Message:
-----------
[LLVM-FLANG] [OpenMP] [Taskloop] - Add test case with cancel construct inside taskloop (#129862)
Added a test case with cancel construct inside taskloop. Currently
taskloop lowering is not supported so below error is issued: "not yet
implemented: Taskloop construct"
Once the lowering patch is merged, todo error should be issued for
cancel construct. "not yet implemented: OpenMPCancelConstruct"
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list