commit | 5d7a2f5fe04dcfe1ba458aa2b004eaedc3cb7c77 | [log] [tgz] |
---|---|---|
author | Alex Duran <alejandro.duran@intel.com> | Thu Mar 09 17:46:24 2023 -0600 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Apr 21 11:03:29 2023 -0700 |
tree | b39b3525828f8b5b30f0ff53b215726d7669f3db | |
parent | 809757bf80cdfd414cb0ac6bb09df3f163990719 [diff] |
Fix an issue with th_task_state_memo_stack and proxy/helper tasks When proxy or helper tasks were used in inactive parallel regions, no memo of the th_task_state was stored in the stack, so th_task_state became invalid. This change inserts an item in the memo stack to track these th_task_states. Patch by Alex Duran. Differential Revision: https://reviews.llvm.org/D145736 GitOrigin-RevId: 41f148e61d0b5a13f2406c4acf6e36ab24172a9d