Skip to content
Unverified Commit 4ea268d8 authored by Baodi's avatar Baodi Committed by GitHub
Browse files

[Clang][OpenMP] Fix private variables registration in `simd` (#74105)

Fix #69214 
In `emitOMPSimdRegion`, the `EmitOMPPrivateLoopCounters` should be after
`EmitOMPPrivateClause`.
If not, the private variables will be registered too early, which is not
allowed by `EmitOMPPrivateClause`.
parent 94708fbc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment