This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e5d2103 DebugInfo: Make a Generic test case actually generic (remove [...] new d956fc2 [SimplifyLibCalls] Lower fls() to llvm.ctlz(). new 7a05aeb [SimplifyLibCalls] Add a test to make sure we lower fls(0) co [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 + lib/Analysis/TargetLibraryInfo.cpp | 6 +-- lib/Transforms/Utils/SimplifyLibCalls.cpp | 16 +++++++ test/Transforms/InstCombine/fls.ll | 57 ++++++++++++++++++++++++ 4 files changed, 77 insertions(+), 3 deletions(-) create mode 100644 test/Transforms/InstCombine/fls.ll