llvm-capstone/llvm
Philip Reames 13a74d6cc8 [RISCV] Fix crash when legalizing mgather/scatter on rv32
This is a fix for a subset of legalization problems around 64 bit indices on
rv32 targets.  For RV32+V, we were using the wrong mask type for the manual
truncation lowering for fixed length vectors.  Instead, just use the generic
TRUNCATE node, and let it be lowered as needed.

Note that legalization is still broken for rv32+zve32.  That appears to be
a different issue.
2023-09-18 08:36:23 -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 [RISCV] Fix crash when legalizing mgather/scatter on rv32 2023-09-18 08:36:23 -07:00
projects
resources
runtimes [runtimes] Add llvm-size to RUNTIMES_TEST_DEPENDS 2023-09-12 12:20:21 -07:00
test Revert "Reapply [Verifier] Sanity check alloca size against DILocalVariable fragment size" 2023-09-18 17:24:53 +02: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.