llvm-6502/test/Transforms/Inline
Duncan Sands ece2c04d53 Make instcombine promote inline asm calls to 'nounwind'
calls.  Remove special casing of inline asm from the
inliner.  There is a potential problem: the verifier
rejects invokes of inline asm (not sure why).  If an
asm call is not marked "nounwind" in some .ll, and
instcombine is not run, but the inliner is run, then
an illegal module will be created.  This is bad but
I'm not sure what the best approach is.  I'm tempted
to remove the check in the verifier...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45073 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-16 15:51:49 +00:00
..
2003-09-14-InlineValue.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-09-22-PHINodeInlineFail.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-09-22-PHINodesInExceptionDest.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-09-22-PHINodesInNormalInvokeDest.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-10-13-AllocaDominanceProblem.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2003-10-26-InlineInvokeExceptionDestPhi.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-04-15-InlineDeletesCall.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-04-20-InlineLinkOnce.llx Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2004-10-17-InlineFunctionWithoutReturn.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-01-14-CallGraphUpdate.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-07-12-InlinePruneCGUpdate.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-11-09-InlineCGUpdate-2.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2006-11-09-InlineCGUpdate.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
2007-04-15-InlineEH.ll Make instcombine promote inline asm calls to 'nounwind' 2007-12-16 15:51:49 +00:00
2007-06-06-NoInline.ll Instruct the inliner to obey the noinline attribute. Add test case. 2007-06-06 21:59:26 +00:00
2007-06-25-WeakInline.ll new testcase, the inliner shouldn't inline this. 2007-06-25 21:49:53 +00:00
alloca_test.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
basictest.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
casts.ll For PR1319: 2007-04-15 08:30:33 +00:00
cfg_preserve_test.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
dg.exp For PR1319: 2007-04-15 08:30:33 +00:00
dynamic_alloca_test.ll For PR1319: 2007-04-16 17:36:08 +00:00
inline_cleanup.ll For PR1319: 2007-04-15 08:30:33 +00:00
inline_constprop.ll For PR1319: 2007-04-15 08:30:33 +00:00
inline_dce.ll For PR1319: 2007-04-15 08:30:33 +00:00
inline_prune.ll For PR1319: 2007-04-15 08:30:33 +00:00
inline-tail.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00
invoke_test-1.ll For PR1319: 2007-04-15 08:30:33 +00:00
invoke_test-2.ll For PR1319: 2007-04-15 08:30:33 +00:00
invoke_test-3.ll Use the llvm-upgrade program to upgrade llvm assembly. 2006-12-02 04:23:10 +00:00