1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
Go to file
Sam Parker 8420f6860c [CostModel] Unify getCastInstrCost
Add the remaining cast instruction opcodes to the base implementation
of getUserCost and directly return the result. This allows
getInstructionThroughput to return getUserCost for the casts. This
has required changes to PPC and SystemZ because they implement
getUserCost and/or getCastInstrCost with adjustments for vector
operations. Adjusts have also been made in the remaining backends
that implement the method so that they still produce a cost of zero
or one for cost kinds other than throughput.

Differential Revision: https://reviews.llvm.org/D79848
2020-05-26 11:29:57 +01:00
benchmarks
bindings Fix go bindings after FixedVectorType -> VectorType change. 2020-05-15 16:37:57 -07:00
cmake [build] Add LLVM_LOCAL_RPATH which can set an rpath on just unit test binaries 2020-05-26 06:23:57 -04:00
docs [build] Add LLVM_LOCAL_RPATH which can set an rpath on just unit test binaries 2020-05-26 06:23:57 -04:00
examples StoreInst should store Align, not MaybeAlign 2020-05-15 12:26:58 -07:00
include [CostModel] Unify getCastInstrCost 2020-05-26 11:29:57 +01:00
lib [CostModel] Unify getCastInstrCost 2020-05-26 11:29:57 +01:00
projects
resources
runtimes
test [X86][AVX] Add some initial movmsk combine tests 2020-05-26 10:55:57 +01:00
tools [CMake] Fix typos. NFC 2020-05-22 14:40:43 +02:00
unittests [PatternMatch] abbreviate vector inst matchers; NFC 2020-05-24 09:19:47 -04:00
utils [gn build] Port ba92b274225 2020-05-25 18:14:50 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [build] Add LLVM_LOCAL_RPATH which can set an rpath on just unit test binaries 2020-05-26 06:23:57 -04: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.