commit | dfca6c0d3bf9d1a0565b3ff46813ddd66bd493e9 | [log] [tgz] |
---|---|---|
author | Florian Hahn <flo@fhahn.com> | Tue Mar 25 12:57:24 2025 +0000 |
committer | GitHub <noreply@github.com> | Tue Mar 25 12:57:24 2025 +0000 |
tree | 8cd6b4669de443fbfa3c4a2f06fc71b35fb4b696 | |
parent | cca9b55f54e908b24d466a59eee4e57c1d8ff1ab [diff] |
[VPlan] Remove no-op SCALAR-STEPS after unrolling. (#123655) After unrolling, there may be additional simplifications that can be applied. One example is removing SCALAR-STEPS for the first part where only the first lane is demanded. This removes redundant adds of 0 from a large number of tests (~200), many which I am still working on updating. In preparation for removing redundant WideIV steps added in https://github.com/llvm/llvm-project/pull/119284. PR: https://github.com/llvm/llvm-project/pull/123655
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.