[PATCH] D140884: llvm-reduce: Simplify attribute reduction implementation
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 3 05:16:55 PST 2023
arsenm created this revision.
arsenm added reviewers: lebedev.ri, nickdesaulniers, aeubanks, regehr, jdoerfert.
Herald added a subscriber: mgrang.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.
There's no need to construct a map of attributes to modify throughout
the whole function before applying them all at once. The attribute
classes already have the necessary set behavior.
https://reviews.llvm.org/D140884
Files:
llvm/tools/llvm-reduce/deltas/ReduceAttributes.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D140884.485963.patch
Type: text/x-patch
Size: 6726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230103/022e9d4c/attachment.bin>
More information about the llvm-commits
mailing list