| commit | e5a0c30e4ad6b22b17b72cc40b609905d2f97703 | [log] [tgz] |
|---|---|---|
| author | Matt Arsenault <Matthew.Arsenault@amd.com> | Fri Oct 04 16:54:50 2024 +0400 |
| committer | Matt Arsenault <arsenm2@gmail.com> | Fri Oct 04 16:59:23 2024 +0400 |
| tree | fcfc7d459d1779c33d76731a4c9c850023577823 | |
| parent | b01be72af0001991400b1e9adaecafd7c4e02d2b [diff] |
AMDGPU: Work around machine verifier failure with convergence tokens Apparently any function with convergence tokens will fail the machine verifier after register allocation. The existing codegen tests for tokens use stop-before, and do not run to the end. Work around this by splitting out tests with convergence tokens. Fixes EXPENSIVE_CHECKS bot failures after c08d7b3de7409aecadd7f9edfe0f3a1ce28a6374 and 428ae0f12e29eff1ddcaf59bdcce904ec056963e
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.