[PATCH] D84763: DomTree: Make PostDomTree immune to block successors swap

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 21:44:57 PDT 2020


mehdi_amini added a comment.

Sorry I had to revert in 1366d66a22a5f0d25fcc6e922118bb51ab22f8c1 <https://reviews.llvm.org/rG1366d66a22a5f0d25fcc6e922118bb51ab22f8c1> : the MLIR build was broken.
Repro by adding `-DLLVM_ENABLE_PROJECTS=mlir` and try the target: `ninja tools/mlir/lib/IR/CMakeFiles/obj.MLIRIR.dir/Dominance.cpp.o`

I think the premerge check didn't run here because you didn't use `arc` to update your revision.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D84763/new/

https://reviews.llvm.org/D84763



More information about the llvm-commits mailing list