llvm-capstone/llvm
Luke Lau c7b0a6ecd4 [RISCV] Check type is legal before combining mgather to vlse intrinsic (#81107)
Otherwise we will crash since target intrinsics don't have their types
legalized. Let the mgather get legalized first, then do the combine on
the legal type.
Fixes #81088

Co-authored-by: Craig Topper <craig.topper@sifive.com>
(cherry picked from commit 06c89bd59ca2279f76a41e851b7b2df634a6191e)
2024-02-19 16:43:22 -08:00
..
benchmarks
bindings
cmake [llvm] [cmake] Include httplib in LLVMConfig.cmake (#79305) 2024-01-29 10:25:40 -08:00
docs [PowerPC] Update V18.1.0 release notes (#81631) 2024-02-15 22:01:26 -08:00
examples [Kaleidoscope] LLVM is not needed for chapter two (#69823) 2024-01-12 20:48:43 -08:00
include [Support/ELF] Add OpenBSD PT_OPENBSD_SYSCALLS constant. 2024-02-19 16:18:19 -08:00
lib [RISCV] Check type is legal before combining mgather to vlse intrinsic (#81107) 2024-02-19 16:43:22 -08:00
projects
resources
runtimes [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
test [RISCV] Check type is legal before combining mgather to vlse intrinsic (#81107) 2024-02-19 16:43:22 -08:00
tools [llvm-jitlink] Fix detectStubKind() for big endian systems (#79970) 2024-02-01 13:42:56 -08:00
unittests [AArch64][TargetParser] Add mcpu alias for Microsoft Azure Cobalt 100. (#79614) 2024-02-06 15:51:16 -08:00
utils [X86][tablgen] Fix the broadcast tables (#79675) 2024-02-06 16:57:46 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Use rc version suffix 2024-01-23 20:27:37 -08:00
CODE_OWNERS.TXT
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.