commit | 1fe2797a92cd52a34f76fe320ef796553a291cf8 | [log] [tgz] |
---|---|---|
author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | Mon Nov 04 12:28:07 2024 -0800 |
committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | Mon Mar 03 10:41:39 2025 -0800 |
tree | 6204efe393c52f7d52d90cd7ef07efa46ff6ac5f | |
parent | 6cc8a46f262fe26d70d59b63fb7cdd2e1dfa6b3f [diff] |
[AMDGPU] Simplify dpp builtin handling DPP intrinsics can handle any type now, so no need to cast to integer. The caveat is that intrinsics only handle backend legal types, but it does not work with i8 for example.
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.