llvm-6502/test/Transforms/JumpThreading
James Molloy 67ae135759 Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call.
Similarly inlining of the function is inhibited, if that would duplicate the call (in particular inlining is still allowed when there is only one callsite and the function has internal linkage).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170704 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-20 16:04:27 +00:00
..
2008-11-27-EntryMunge.ll
2010-08-26-and.ll
2011-04-02-SimplifyDeadBlock.ll
2011-04-14-InfLoop.ll
2012-07-19-NoSuccessorIndirectBr.ll
and-and-cond.ll
and-cond.ll
basic.ll Add a new attribute, 'noduplicate'. If a function contains a noduplicate call, the call cannot be duplicated - Jump threading, loop unrolling, loop unswitching, and loop rotation are inhibited if they would duplicate the call. 2012-12-20 16:04:27 +00:00
branch-no-const.ll
compare.ll
crash.ll Add a test case for PR14233. 2012-11-01 10:26:36 +00:00
degenerate-phi.ll
indirectbr.ll
lit.local.cfg
lvi-load.ll
no-irreducible-loops.ll
or-undef.ll
phi-eq.ll
pr9331.ll
select.ll JumpThreading: when default destination is the destination of some cases in a 2012-09-05 23:45:58 +00:00
thread-loads.ll