llvm-project
41f1d13b - [CIR][OpenMP] Prevent HoistAllocas pass from hoisting above OpenMP regions (#206168)

Commit
28 days ago
[CIR][OpenMP] Prevent HoistAllocas pass from hoisting above OpenMP regions (#206168) This patch modifies the HoistAllocas pass to prevent it from hoisting allocas outside OpenMP regions, since this may break isolated from above requirements and affect privatization semantics. Assisted-by: Cursor / claude-4.8-opus-medium
Author
Parents
Loading