[PATCH] D78571: [Attributor][PM] Introduce `-attributor-enable={none,cgscc,module,all}`
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 21 09:41:58 PDT 2020
jdoerfert created this revision.
jdoerfert added reviewers: fhahn, sstefan1, uenoku, lebedev.ri.
Herald added subscribers: bollu, hiraditya.
Herald added a project: LLVM.
The old command line option `-attributor-disable` was too coarse grained
as we want to measure the effects of the module or cgscc pass without
the other as well.
Since `none` is the default there is no real functional change.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D78571
Files:
llvm/include/llvm/Transforms/IPO/Attributor.h
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
llvm/test/Transforms/IPConstantProp/multiple_callbacks.ll
llvm/test/Transforms/OpenMP/parallel_deletion.ll
llvm/test/Transforms/OpenMP/rtf_type_checking.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78571.259027.patch
Type: text/x-patch
Size: 6802 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200421/5c7c9631/attachment.bin>
More information about the llvm-commits
mailing list