[PATCH] D90717: [llvm] Add a test for debug info generated with split functions.
Snehasish Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 14:29:00 PST 2020
snehasish created this revision.
snehasish added reviewers: saugustine, tmsriram.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
snehasish requested review of this revision.
Herald added a subscriber: ormris.
This commit adds a test for debug info generated when the machine
function splitter pass is enabled. We check that the line numbers for
the hot and cold parts of the split function are what we expect them to
be.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90717
Files:
llvm/test/DebugInfo/X86/machine-function-splitter.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90717.302688.patch
Type: text/x-patch
Size: 12035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201103/3ec05de5/attachment.bin>
More information about the llvm-commits
mailing list