[PATCH] D42231: [Dominators] Visit affected node candidates found at different root levels

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 19:34:41 PST 2018


kuhar updated this revision to Diff 130550.
kuhar edited the summary of this revision.
kuhar removed a subscriber: kuba.
kuhar added a comment.

Apply cosmetic fixes and add Brian's testcase.

The  `ddt-crash3.l`l testcase makes sure we don't go into an infinite loop during visitation, while `ddt-crash4.ll` is more complicated and exercises the full crash reported in  PR35969 .


Repository:
  rL LLVM

https://reviews.llvm.org/D42231

Files:
  include/llvm/Support/GenericDomTreeConstruction.h
  test/Transforms/JumpThreading/ddt-crash3.ll
  test/Transforms/JumpThreading/ddt-crash4.ll
  unittests/IR/DominatorTreeTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42231.130550.patch
Type: text/x-patch
Size: 8275 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180119/a6812297/attachment.bin>


More information about the llvm-commits mailing list