| commit | 0ab539fd6748adf2f638e10514dd9419597d8863 | [log] [tgz] |
|---|---|---|
| author | Florian Hahn <flo@fhahn.com> | Fri Jan 26 11:13:05 2024 +0000 |
| committer | GitHub <noreply@github.com> | Fri Jan 26 11:13:05 2024 +0000 |
| tree | 778f48e0830202a25721fdcdd9c37a8360386902 | |
| parent | b64c26f34f6d64eb15bd7584623b37d1a8e0e5d5 [diff] |
[VPlan] Add new VPScalarCastRecipe, use for IV & step trunc. (#78113) Add a new recipe to model scalar cast instructions, without relying on an underlying instruction. This allows creating scalar casts, without relying on an underlying instruction (like the current VPReplicateRecipe). The new recipe is used to explicitly model both truncating the induction step and the VPDerivedIVRecipe, thus simplifying both the recipe and code needed to introduce it. Truncating VPWidenIntOrFpInductionRecipes should also be modeled using the new recipe, as follow-up. PR: https://github.com/llvm/llvm-project/pull/78113
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.