commit | 33af951f3f1196d65aafebabd913abc43d3ce074 | [log] [tgz] |
---|---|---|
author | Alexey Bataev <a.bataev@outlook.com> | Fri Apr 11 09:42:34 2025 -0400 |
committer | GitHub <noreply@github.com> | Fri Apr 11 09:42:34 2025 -0400 |
tree | 17907b30a8651a0eb50baadb1969e09888af2840 | |
parent | 8fc2538f338088bd084d217a7569d72c3b630e8c [diff] |
[SLP]Synchronize cost of gather/buildvector nodes with codegen If the buildvector node contains constants and non-constants, need to consider shuffling of the constant vec and insertion of unique elements into the vector. Also, if there is an input vector, need to consider the cost of shuffling source vector and constant vector and then insertion and shuffling of the non-constant elements. Reviewers: hiraditya, RKSimon Reviewed By: RKSimon Pull Request: https://github.com/llvm/llvm-project/pull/135245
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.