[Openmp-commits] [flang] [mlir] [libunwind] [lld] [clang-tools-extra] [llvm] [clang] [openmp] [lldb] [compiler-rt] [BranchFolding] Fix missing predecessors of landing-pad (PR #77608)

via Openmp-commits openmp-commits at lists.llvm.org
Wed Jan 10 06:50:12 PST 2024


HaohaiWen wrote:

> > This keeps CFG as only have one entry which is required by LiveDebugValues
> 
> If we just want to make LiveDebugValues happy, should it better to remove these died BB instead?

This died BB was already removed by BranchFolder. See rebased test diff. We just want to salvage its successors info.

https://github.com/llvm/llvm-project/pull/77608


More information about the Openmp-commits mailing list