The option allows to disable specific target library builtin functions,
instead of -disable-simplify-libcalls, which disables all of them.
This is a prerequisite for D70143, which fixes PR43081.
Paths
| Differential D70193
Add -disable-builtin option to opt ClosedPublic Authored by dim on Nov 13 2019, 11:16 AM.
Details Summary The option allows to disable specific target library builtin functions, This is a prerequisite for D70143, which fixes PR43081.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 13 2019, 11:54 AM Closed by commit rG597b77fb7ff9: Add -disable-builtin option to opt (authored by dim). · Explain WhyNov 13 2019, 12:33 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 229159 llvm/test/Transforms/InstCombine/disable-builtin.ll
llvm/tools/opt/opt.cpp
|