[all-commits] [llvm/llvm-project] 49668d: [Polly] Switch DT/LI in RegionGenerator for parall...

Karthika Devi C via All-commits all-commits at lists.llvm.org
Wed Jan 8 00:30:13 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 49668d5efef19402effdad4d4d1d17732a1c6fdb
      https://github.com/llvm/llvm-project/commit/49668d5efef19402effdad4d4d1d17732a1c6fdb
  Author: Karthika Devi C <quic_kartc at quicinc.com>
  Date:   2025-01-08 (Wed, 08 Jan 2025)

  Changed paths:
    M polly/include/polly/CodeGen/BlockGenerators.h
    M polly/lib/CodeGen/BlockGenerators.cpp
    M polly/lib/CodeGen/IslNodeBuilder.cpp
    A polly/test/CodeGen/reggen_domtree_crash.ll

  Log Message:
  -----------
  [Polly] Switch DT/LI in RegionGenerator for parallel subfn (#120413)

The patch #102460 already implements separate DT/LI/SE for parallel sub
function. Crashes have been reported while region generator tries using
oringinal function's DT while creating new parallel sub function due to
checks in #101198. This patch aims at fixing those cases by switching
the DT/LI while generating parallel function using Region Generator.

Fixes #117877



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list