[PATCH] D45027: [DebugInfo] Add intrinsic function llvm.dbg.label for labels.
Hsiangkai Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 29 07:02:19 PDT 2018
HsiangKai created this revision.
HsiangKai added reviewers: rnk, chenwj.
Herald added a subscriber: JDevlieghere.
Define class DbgLabelInst to represent llvm.dbg.label intrinsic CallInst.
Through DbgLabelInst, you could get DILabel metadata.
Repository:
rL LLVM
https://reviews.llvm.org/D45027
Files:
include/llvm/Analysis/TargetTransformInfoImpl.h
include/llvm/IR/InstVisitor.h
include/llvm/IR/IntrinsicInst.h
include/llvm/IR/Intrinsics.td
lib/Analysis/ObjCARCInstKind.cpp
lib/Analysis/ValueTracking.cpp
lib/CodeGen/IntrinsicLowering.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45027.140224.patch
Type: text/x-patch
Size: 5196 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180329/326cbb6f/attachment.bin>
More information about the llvm-commits
mailing list