llvm-capstone/llvm
alex-t 521ac0b5ce [AMDGPU] Enable compare operations to be selected by divergence
Summary: Details: This patch enables SETCC to be selected to S_CMP_* if uniform and V_CMP_* if divergent.

Reviewers: rampitec, arsenm

Reviewed By: rampitec

Subscribers: kzhuravl, jvesely, wdng, nhaehnle, yaxunl, dstuttard, tpr, t-tye, hiraditya, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D82194
2020-06-24 11:50:40 +03:00
..
benchmarks
bindings
cmake [cmake] configure the host triple on an Apple Silicon machine correctly 2020-06-23 21:08:11 -07:00
docs [AMDGPU] Update AMD GPU processor information 2020-06-23 18:47:56 -04:00
examples
include Remove GlobalValue::getAlignment(). 2020-06-23 19:13:42 -07:00
lib [AMDGPU] Enable compare operations to be selected by divergence 2020-06-24 11:50:40 +03:00
projects
resources
runtimes
test [AMDGPU] Enable compare operations to be selected by divergence 2020-06-24 11:50:40 +03:00
tools [NewPM] Attempt to run opt passes specified via -foo-pass under NPM 2020-06-23 10:10:40 -07:00
unittests [unittest, ADT] Add unit tests for itostr & utostr 2020-06-23 14:48:37 +01:00
utils [gn build] Port 96d4ccf00c 2020-06-24 08:17:48 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Change CMake so that we only look for Z3 when LLVM_ENABLE_Z3_SOLVER is enabled 2020-06-23 14:49:56 -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.