Files
clang-p2996/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp
Roman Lebedev 66189212bb [SimplifyCFG] MergeBlockIntoPredecessor(): switch to non-permissive DomTree updates
... which requires not deleting edges that were just deleted already,
    by not processing the same successor more than once.
2021-01-08 02:15:26 +03:00

54 KiB