llvm-project/llvm/test/Transforms/IROutliner
Andrew Litteken 2c21278e74 [IROutliner] Adding DebugInfo handling for IR Outlined Functions
This adds support for functions outlined by the IR Outliner to be
recognized by the debugger.  The expected behavior is that it will
skip over the instructions included in that section.  This is due to the
fact that we can not say which of the original locations the
instructions originated from.

These functions will show up in the call stack, but you cannot step
through them.

Reviewers: paquette, vsk, djtodoro

Differential Revision: https://reviews.llvm.org/D87302
2021-06-15 10:57:08 -05:00
..
extraction.ll
illegal-allocas.ll
illegal-assumes.ll
illegal-branches.ll
illegal-callbr.ll
illegal-catchpad.ll
illegal-cleanup.ll
illegal-frozen.ll
illegal-indirect-calls.ll
illegal-invoke.ll
illegal-landingpad.ll
illegal-memcpy.ll
illegal-memmove.ll
illegal-memset.ll
illegal-phi-nodes.ll
illegal-vaarg.ll
legal-debug.ll [IROutliner] Adding DebugInfo handling for IR Outlined Functions 2021-06-15 10:57:08 -05:00
opt-remarks.ll
outlining-address-taken.ll
outlining-bitcasts.ll
outlining-calls.ll
outlining-commutative-fp.ll
outlining-commutative.ll
outlining-compatible-and-attribute-transfer.ll
outlining-compatible-or-attribute-transfer.ll Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
outlining-constants-vs-registers.ll
outlining-cost-model.ll
outlining-debug-statements.ll
outlining-different-constants.ll
outlining-different-globals.ll
outlining-different-output-blocks.ll
outlining-different-structure.ll
outlining-gep.ll
outlining-isomorphic-predicates.ll
outlining-odr.ll
outlining-remapped-outputs.ll
outlining-same-constants.ll
outlining-same-globals.ll
outlining-same-output-blocks.ll
outlining-swift-error.ll