llvm-project
2a2296b1 - [flang][acc] Fix incorrect loop body nesting and IV value use (#157708)

Commit
96 days ago
[flang][acc] Fix incorrect loop body nesting and IV value use (#157708) Two issues are being resolved: - Incorrect loop body nesting caused by insertion point not being updated after the loop. The scenario is now being tested through `nested_do_loops` function in the test. - Incorrect IV ssa values due to incorrect handling of scoping. Additionally, this also adds `--openacc-do-loop-to-acc-loop` flag so that the implicit conversion can be disabled for testing.
Parents
Loading