commit | 01ee922b2abe905bc922bc809141cba2ad13157c | [log] [tgz] |
---|---|---|
author | Philip Reames <preames@rivosinc.com> | Thu Apr 10 14:34:15 2025 -0700 |
committer | Philip Reames <listmail@philipreames.com> | Thu Apr 10 14:42:11 2025 -0700 |
tree | d295c115c1d950f7e72c50c13e68cf8b6ed74b3b | |
parent | 6a9e8fc50c87a01798b847e623139fc21249c2bb [diff] |
[RISCV] Add coverage for missing vrgather.vi shuffle case If we have a near identity shuffle with a single element repeated, we manage to match this as a masked vrgather.vi for the two operand forms, but not the single operand form. If the scalar being repeated was a scalar just inserted into the vector, we're also missing a chance to recognize a vmerge.vxm or vmerge.vim in both cases.
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.