llvm-project/llvm
Luo, Yuanke 1a423831a6 [X86] Update avx512vbmi2 intrinsic tests to avoid adds
As noticed in D119654, by adding the masked intrinsics results together
we can end up with the selects being canonicalized away from the
intrinsic - this isn't what we want to test here so replace with a
insertvalue chain into a aggregate instead to retain all the results.

Differential Revision: https://reviews.llvm.org/D121188
2022-03-08 16:40:33 +08:00
..
benchmarks
bindings [SanitizerBounds] Add support for NoSanitizeBounds function 2022-03-01 18:47:02 +01:00
cmake [cmake] Pass /winsysroot explicitly 2022-03-04 22:27:59 -08:00
docs [AMDGPU] Add gfx10 assembler directive to specify shared VGPR count 2022-03-07 14:27:41 -08:00
examples [examples][BuildingAJIT] Use the right layer when adding code in Chapter 3. 2022-03-01 16:44:55 -08:00
include [NewPM][Inliner] Make inlined calls to functions in same SCC as callee exponentially expensive 2022-03-07 23:51:09 -08:00
lib [NewPM][Inliner] Make inlined calls to functions in same SCC as callee exponentially expensive 2022-03-07 23:51:09 -08:00
projects
resources
runtimes Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"." 2022-03-04 13:45:43 -08:00
test [X86] Update avx512vbmi2 intrinsic tests to avoid adds 2022-03-08 16:40:33 +08:00
tools Add JSON output option to llvm-remark-size-diff 2022-03-07 16:53:27 -08:00
unittests Revert "[X86] Fix MCSymbolizer interface for X86Disassembler" 2022-03-07 10:40:48 -08:00
utils Revert "[gn build] (manually) port 0c2b43ab8c (X86MCTests)" 2022-03-07 13:43:29 -05:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-07 10:53:29 +00:00
CREDITS.TXT [CODE_OWNERS/CREDITS] Update my email address 2022-03-07 10:53:29 +00:00
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.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.