commit | ae059a1f9f1e501b08a99cb636ec0869ec204c6f | [log] [tgz] |
---|---|---|
author | Brox Chen <broxigarchen@outlook.com> | Thu Aug 08 16:52:59 2024 -0400 |
committer | GitHub <noreply@github.com> | Thu Aug 08 16:52:59 2024 -0400 |
tree | 6e79131871959ef5a3dd5d97bb65c34d728e29e1 | |
parent | 1a6d60e0162b3ef767c87c95512dd453bf4f4746 [diff] |
[AMDGPU][True16][CodeGen] support v_mov_b16 and v_swap_b16 in true16 format (#102198) support v_swap_b16 in true16 format. update tableGen pattern and folding for v_mov_b16. --------- Co-authored-by: guochen2 <guochen2@amd.com>
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.