[PATCH] D132222: [Assignment Tracking][3/*] Add DIAssignID metadata boilerplate
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 7 02:03:23 PDT 2022
Orlando updated this revision to Diff 458385.
Orlando marked an inline comment as done.
Orlando added a comment.
+ Add verifier & parsing failure tests: instruction-type.ll, operands.ll, distinct.ll
+ Strip `DIAssignID` in stripDebugInfo (DebugInfo.cpp) - caught by the test instruction-type.ll
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132222/new/
https://reviews.llvm.org/D132222
Files:
llvm/include/llvm-c/DebugInfo.h
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/include/llvm/IR/DebugInfoMetadata.h
llvm/include/llvm/IR/FixedMetadataKinds.def
llvm/include/llvm/IR/Metadata.def
llvm/lib/AsmParser/LLParser.cpp
llvm/lib/Bitcode/Reader/MetadataLoader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/IR/AsmWriter.cpp
llvm/lib/IR/DebugInfo.cpp
llvm/lib/IR/DebugInfoMetadata.cpp
llvm/lib/IR/Verifier.cpp
llvm/test/DebugInfo/Generic/assignment-tracking/parse-and-verify/distinct.ll
llvm/test/DebugInfo/Generic/assignment-tracking/parse-and-verify/instruction-type.ll
llvm/test/DebugInfo/Generic/assignment-tracking/parse-and-verify/operands.ll
llvm/test/DebugInfo/Generic/assignment-tracking/parse-and-verify/roundtrip.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132222.458385.patch
Type: text/x-patch
Size: 14847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220907/949099a7/attachment.bin>
More information about the llvm-commits
mailing list