[all-commits] [llvm/llvm-project] aa065c: Revert "[llvm-reduce] Remove debug metadata elements"
Ellis Hoag via All-commits
all-commits at lists.llvm.org
Thu Oct 6 13:40:20 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa065c016bd91412275054c450e09b0205a3eeee
https://github.com/llvm/llvm-project/commit/aa065c016bd91412275054c450e09b0205a3eeee
Author: Ellis Hoag <ellis.sparky.hoag at gmail.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
A llvm/test/tools/llvm-reduce/Inputs/remove-metadata.py
M llvm/test/tools/llvm-reduce/remove-debug-info-nodes.ll
R llvm/test/tools/llvm-reduce/remove-metadata-elements.ll
M llvm/test/tools/llvm-reduce/remove-metadata.ll
R llvm/test/tools/llvm-reduce/remove-named-metadata-elements.ll
M llvm/tools/llvm-reduce/deltas/ReduceMetadata.cpp
Log Message:
-----------
Revert "[llvm-reduce] Remove debug metadata elements"
This reverts commit 69549de865550e54983ed8d00009920184de47ff.
The change in D135237 can lead to verification failures like `scope must have two or three operands`.
The ongoing work in D132077 does something similar without these failures, so lets wait for that to land and revert this patch.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D135395
More information about the All-commits
mailing list