aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorWhitney Tsang <whitneyt@ca.ibm.com>2020-05-30 20:24:10 +0000
committerWhitney Tsang <whitneyt@ca.ibm.com>2020-05-30 20:34:27 +0000
commit0fee91a187d98ad68d70fb42dad4451fce172a23 (patch)
treeab601f066b39e71dc945447ed1988cfefb804437 /llvm/tools/llvm-objdump/llvm-objdump.cpp
parentdfa82f8af446380d033a1d568273e82318ecce0e (diff)
downloadllvm-0fee91a187d98ad68d70fb42dad4451fce172a23.zip
llvm-0fee91a187d98ad68d70fb42dad4451fce172a23.tar.gz
llvm-0fee91a187d98ad68d70fb42dad4451fce172a23.tar.bz2
[LoopUnroll] Add a test case for rG7873376bb36b.
rG7873376bb36b fixes a build failure for allyesconfig. The problem happened when the single exiting block doesn't dominate the loop latch, then the immediate dominator of the exit block should not be the exiting block after unrolling. As the exiting block of different unrolled iteration can branch to the exit block, and the ith exiting block doesn't dominate (i+1)th exiting block, the immediate dominator of the exit block should not the nearest common dominator of the exiting block and the loop latch of the same iteration. Differential Revision: https://reviews.llvm.org/D80477
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions