Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
Artem Belevich 5100f1a2e0 [NVPTX] Refactor generation of MMA intrinsics and instructions. NFC.
Generalized constructions of 'fragments' of MMA operations to provide
common primitives for construction of the ops. This will make it easier
to add new variants of the instructions that operate on integer types.

Use nested foreach loops which makes it possible to better control
naming of the intrinsics.

This patch does not affect LLVM's output, so there are no test changes.

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359245 91177308-0d34-0410-b5e6-96231b3b80d8
2019-04-25 22:27:35 +00:00
benchmarks
bindings
cmake [CMake][PowerPC] Recognize LLVM_NATIVE_TARGET="ppc64le" as PowerPC 2019-04-25 21:28:03 +00:00
docs
examples
include [NVPTX] Refactor generation of MMA intrinsics and instructions. NFC. 2019-04-25 22:27:35 +00:00
lib [NVPTX] Refactor generation of MMA intrinsics and instructions. NFC. 2019-04-25 22:27:35 +00:00
projects
resources
runtimes
test [Object][XCOFF] Add intial support for section header table. 2019-04-25 21:36:04 +00:00
tools [yaml2obj] - Don't crash on invalid inputs. 2019-04-25 09:59:55 +00:00
unittests [Support] Add JSON streaming output API, faster where the heavy value types aren't needed. 2019-04-25 12:51:42 +00:00
utils gn build: Document llvm_enable_dia_sdk variable better 2019-04-25 14:56:56 +00:00
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.