[PATCH] D73853: [llvm-reduce] add ReduceAttribute delta pass
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 2 12:49:40 PST 2020
nickdesaulniers created this revision.
nickdesaulniers added reviewers: diegotf, dblaikie, george.burgess.iv.
Herald added subscribers: llvm-commits, mgorny.
Herald added a project: LLVM.
nickdesaulniers added a subscriber: srhines.
The output from llvm-reduce still has significantly more attributes than
bugpoint does. Teach llvm-reduce to remove attributes.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73853
Files:
llvm/test/Reduce/Inputs/remove-attributes.py
llvm/test/Reduce/remove-attributes.ll
llvm/tools/llvm-reduce/CMakeLists.txt
llvm/tools/llvm-reduce/DeltaManager.h
llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp
llvm/tools/llvm-reduce/deltas/ReduceAttributes.h
llvm/tools/llvm-reduce/deltas/ReduceInstructions.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73853.241943.patch
Type: text/x-patch
Size: 6584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200202/a29d6e8f/attachment.bin>
More information about the llvm-commits
mailing list