[llvm] [CodeGen] Use optimized domtree for MachineFunction (PR #102107)
Zequan Wu via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 12:00:46 PDT 2024
ZequanWu wrote:
Repro:
```
$ clang++ -fuse-ld=lld -Wl,--thinlto-single-module=binary_annotator.o -Wl,-mllvm,-enable-ext-tsp-block-placement=1 -o "./flatc" binary_annotator.o flatc_main.o flatc.o
```
[crash.zip](https://github.com/user-attachments/files/16532974/crash.zip)
https://github.com/llvm/llvm-project/pull/102107
More information about the llvm-commits
mailing list