| commit | 709a74dfb3b5e965479760af8bd29a84c89e1d2e | [log] [tgz] |
|---|---|---|
| author | Petar Avramovic <Petar.Avramovic@amd.com> | Tue Sep 30 12:55:35 2025 +0200 |
| committer | GitHub <noreply@github.com> | Tue Sep 30 12:55:35 2025 +0200 |
| tree | 330d1dae8801d9b99aac425d6fe4866c461542be | |
| parent | 2f7252a8412fed7be8df218a8c5ecad1fd18fe43 [diff] |
AMDGPU: Fix s_barrier_leave to write to scc (#161221) s_barrier_leave implicitly defines $scc and does not use imm that represents type of barrier, isel pattern ignores imm operand from llvm intrinsic. Test if SIInsertWaitcnts tracks this scc write.
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.