llvm-project
86f4b4df - [OpenACC] Implement Compute Construct 'goto' in/out logic (#83326)

Commit
1 year ago
[OpenACC] Implement Compute Construct 'goto' in/out logic (#83326) Compute Constructs do not permit jumping in/out of them, so this patch implements this for 'goto' as a followup to the other patches that have done the same thing. It does this by modifying the JumpDiagnostics to work with this, plus setting the function to needing jump diagnostics if we discover a goto or label inside of a Compute Construct.
Author
Parents
Loading