llvm-project/llvm
Jessica Paquette 1312852040 [AArch64][GlobalISel] Legalize narrow type G_CTPOPs
Using `clampScalar` here because we ought to mark s128 as custom eventually.

(Right now, it will just fall back.)

With this legalization, we get the same code as SDAG:
https://godbolt.org/z/TneoPKrKG

Differential Revision: https://reviews.llvm.org/D100908
2021-05-07 14:52:23 -07:00
..
benchmarks
bindings
cmake [cmake] Use -ffunction-sections and -Wl,--gc-sections on MinGW targets 2021-04-30 10:53:40 +03:00
docs [LangRef][VP] Fix typos in VP sdiv/udiv examples 2021-05-06 16:37:18 +01:00
examples
include Revert "[DebugInfo] Fix updateDbgUsersToReg to support DBG_VALUE_LIST" 2021-05-07 12:05:16 -07:00
lib [AArch64][GlobalISel] Legalize narrow type G_CTPOPs 2021-05-07 14:52:23 -07:00
projects
resources
runtimes
test [AArch64][GlobalISel] Legalize narrow type G_CTPOPs 2021-05-07 14:52:23 -07:00
tools Internalize some cl::opt global variables or move them under namespace llvm 2021-05-07 11:15:43 -07:00
unittests [unittest] Fix -Wunused-variable after D94717 2021-05-07 11:42:16 -07:00
utils lit: revert 134b103fc0 2021-05-07 10:22:43 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [cmake] Configure policy CMP0116 2021-04-23 08:57:40 -07:00
CODE_OWNERS.TXT
CREDITS.TXT Update personal info in CREDITS.TXT 2021-04-11 19:25:02 +08: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.