[PATCH] D135395: Revert "[llvm-reduce] Remove debug metadata elements"
Ellis Hoag via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 6 13:27:57 PDT 2022
ellis created this revision.
Herald added a project: All.
ellis requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This reverts commit 69549de865550e54983ed8d00009920184de47ff <https://reviews.llvm.org/rG69549de865550e54983ed8d00009920184de47ff>.
The change in D135237 <https://reviews.llvm.org/D135237> can lead to verification failures like `scope must have two or three operands`.
The ongoing work in D132077 <https://reviews.llvm.org/D132077> does something similar without these failures, so lets wait for that to land and revert this patch.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D135395
Files:
llvm/test/tools/llvm-reduce/Inputs/remove-metadata.py
llvm/test/tools/llvm-reduce/remove-debug-info-nodes.ll
llvm/test/tools/llvm-reduce/remove-metadata-elements.ll
llvm/test/tools/llvm-reduce/remove-metadata.ll
llvm/test/tools/llvm-reduce/remove-named-metadata-elements.ll
llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135395.465855.patch
Type: text/x-patch
Size: 9533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221006/6787cc3b/attachment.bin>
More information about the llvm-commits
mailing list