[all-commits] [llvm/llvm-project] 597b77: Add -disable-builtin option to opt
Dimitry Andric via All-commits
all-commits at lists.llvm.org
Wed Nov 13 12:33:09 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 597b77fb7ff9419c502a0bfa582688d1e70d0309
https://github.com/llvm/llvm-project/commit/597b77fb7ff9419c502a0bfa582688d1e70d0309
Author: Dimitry Andric <dimitry at andric.com>
Date: 2019-11-13 (Wed, 13 Nov 2019)
Changed paths:
A llvm/test/Transforms/InstCombine/disable-builtin.ll
M llvm/tools/opt/opt.cpp
Log Message:
-----------
Add -disable-builtin option to opt
Summary:
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.
Reviewers: xbolva00, spatel, jdoerfert, efriedma
Reviewed By: efriedma
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70193
More information about the All-commits
mailing list