commit | 4e63e0457cc1f768c628e71a0786fdb8a6ec271e | [log] [tgz] |
---|---|---|
author | Pierre van Houtryve <pierre.vanhoutryve@amd.com> | Wed May 14 10:48:51 2025 +0200 |
committer | GitHub <noreply@github.com> | Wed May 14 10:48:51 2025 +0200 |
tree | 94979aef53efaf1b869e9dffcce8d70d88ddebbe | |
parent | d441d28083e2f9de5170f5a96a8e44a38d306c62 [diff] |
[AMDGPU] Canonicalize G_ZEXT of the shift amount in RegBankCombiner (#131792) Canonicalize it to a G_AND instead so that ISel patterns can pick it up and ignore it, as the shift instructions only read low bits. G_ZEXT would be lowered to a v/s_and anyway in most cases. I'm also looking at making a DAG version of this in a separate 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.