1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
Go to file
Simon Pilgrim ceb9146ef7 [DAGCombiner] Handle correctly non-splat power of 2 -1 divisor (PR37119)
The combine added in commit 329525 overlooked the case where one, but not all, of the divisor elements is -1, -1 is the only power of two value for which the sdiv expansion recipe breaks.

Thanks to @zvi for the original patch.

Differential Revision: https://reviews.llvm.org/D45806

llvm-svn: 336048
2018-06-30 12:22:55 +00:00
bindings
cmake [cmake] Change WIN32 test to CMAKE_HOST_WIN32 2018-06-29 10:34:37 +00:00
docs Document the git config for Windows to do line-endings correctly. 2018-06-27 19:58:28 +00:00
examples
include [MachineOutliner] Add support for target-default outlining. 2018-06-30 03:56:03 +00:00
lib [DAGCombiner] Handle correctly non-splat power of 2 -1 divisor (PR37119) 2018-06-30 12:22:55 +00:00
projects
resources
runtimes Support for multiarch runtimes layout 2018-06-28 03:11:52 +00:00
test [DAGCombiner] Handle correctly non-splat power of 2 -1 divisor (PR37119) 2018-06-30 12:22:55 +00:00
tools [dsymutil] Rename conflicting declaration 2018-06-29 17:11:34 +00:00
unittests [SupportTests] Silence -Wsign-compare warnings 2018-06-28 21:03:24 +00:00
utils Make email options of find_interesting_reviews more flexible. 2018-06-29 07:16:27 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Support for multiarch runtimes layout 2018-06-28 03:11:52 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.