commit | 763db3841dba8f88f95e63e718dffea64b32044a | [log] [tgz] |
---|---|---|
author | Luke Lau <luke@igalia.com> | Thu Jul 10 22:10:02 2025 +0800 |
committer | GitHub <noreply@github.com> | Thu Jul 10 22:10:02 2025 +0800 |
tree | 889b677c85e22ce92bd561e7d642b96e8cf90d93 | |
parent | 5954e9c1a56fc313394b9dcc21f20c20c058f83d [diff] |
[TTI] Handle experimental.vp.reverse in BasicTTIImpl (#147868) A experimental_vp_reverse isn't exactly functionally the same as vector_reverse, so previously it wasn't getting picked up by the generic VP costing code that reuses the non-VP equivalents. But for costing purposes it's good enough so we can reuse it. The type-based cost for vector_reverse is still incorrect and should be fixed in another patch.
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.