llvm-capstone/llvm
Craig Topper 8f04d81ede [SelectionDAG][RISCV] Mask constants to narrow size in TargetLowering::expandUnalignedStore.
If the SRL for Hi constant folds, but we don't remoe those bits from
the Lo, we can end up with strange constant folding through DAGCombine later.
I've only seen this with constants being lowered to constant pools
during lowering on RISC-V.
2023-09-18 09:10:19 -07:00
..
benchmarks
bindings [OCaml][NPM] Add OCaml bindings to new pass manager 2023-09-16 16:06:14 -04:00
cmake [CMake][Z3]Don't attempt to compile / run if cross-compiling (#66355) 2023-09-15 12:57:33 +02:00
docs [llvm][documentation] Fix coroutines documentation (#66420) 2023-09-18 17:44:30 +08:00
examples [NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#66295) 2023-09-14 14:10:14 -07:00
include [VP] Add missing functional_intrinsic properties and add static_assert. NFC (#66199) 2023-09-18 16:18:36 +01:00
lib [SelectionDAG][RISCV] Mask constants to narrow size in TargetLowering::expandUnalignedStore. 2023-09-18 09:10:19 -07:00
projects
resources
runtimes [runtimes] Add llvm-size to RUNTIMES_TEST_DEPENDS 2023-09-12 12:20:21 -07:00
test [SelectionDAG][RISCV] Mask constants to narrow size in TargetLowering::expandUnalignedStore. 2023-09-18 09:10:19 -07:00
tools [ORC][JITLink] Non-debuginfo JITLink perf jitdump support. 2023-09-18 04:10:29 +00:00
unittests [llvm-profdata] Remove MD5 collision check in D147740 (#66544) 2023-09-15 22:30:51 +00:00
utils [Github] Add a new line before the line separator to avoid paragraphs being treated as titles 2023-09-18 16:17:38 +02:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Remove SetTargetTriple (#66464) 2023-09-14 23:44:13 -07:00
CODE_OWNERS.TXT Resign as code owner of branch weights and block frequency 2023-09-14 08:01:02 -07:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
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.