llvm-6502/test
Chandler Carruth d383b8eec3 [inliner] Skip debug intrinsics even earlier in computing the inline
cost so that they don't impact the vector bonus. Fundamentally, counting
unsimplified instructions is just *wrong*; it will continue to introduce
instability as things which do not generate code bizarrely impact
inlining. For example, sufficiently nested inlined functions could turn
off the vector bonus with lifetime markers just like the debug
intrinsics do. =/

This is a short-term tactical fix. Long term, I think we need to remove
the vector bonus entirely. That's a separate patch and discussion
though.

The patch to fix this provided by Dario Domizioli. I've added some
comments about the planned direction and used a heavily pruned form of
debug info intrinsics for the test case. While this debug info doesn't
work or "do" anything useful, it lets us easily test all manner of
interference easily, and I suspect this will not be the last time we
want to craft a pattern where debug info interferes with the inliner in
a problematic way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200609 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-01 10:38:17 +00:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen [stackprotector] Implement the sspstrong rules for stack layout. 2014-02-01 01:36:16 +00:00
DebugInfo DebugInfo: Flag type unit references as declarations 2014-01-31 19:52:26 +00:00
ExecutionEngine Split out small-code-model MCJIT testcase in order to xfail for AArch64, where 2014-01-31 23:36:25 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC Update a .fill test to use the updated semantics. 2014-02-01 07:36:52 +00:00
Object Mark the first dynamic elf symbol as SF_FormatSpecific. 2014-01-31 21:40:13 +00:00
Other
TableGen
tools tools: add support for decoding ARM attributes 2014-01-30 04:46:33 +00:00
Transforms [inliner] Skip debug intrinsics even earlier in computing the inline 2014-02-01 10:38:17 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh