| commit | 6c6afdd8c262f49bb23cf455d98108f31b732c6c | [log] [tgz] |
|---|---|---|
| author | Artem Kroviakov <71938912+akroviakov@users.noreply.github.com> | Thu Sep 04 21:04:30 2025 +0200 |
| committer | GitHub <noreply@github.com> | Thu Sep 04 12:04:30 2025 -0700 |
| tree | 7e71084edb0694f1a30b75becd6e5749b613d468 | |
| parent | b4a43b3bfac895320e3802a8ab32e3433681e6c1 [diff] |
[MLIR][XeGPU] Reapply attempt for "Scattered ops sg-to-wi distribution #154949" (#156924) This PR is a reapply of https://github.com/llvm/llvm-project/pull/154949, which failed one of sanitizer checks. The issue was querying the `warpOp` results in `LoadDistribution` after calling `moveRegionToNewWarpOpAndAppendReturns()`, which resulted in use after free. This PR solves the issue by moving the op query before the call and is otherwise identical to the one linked above. --------- Co-authored-by: Charitha Saumya <136391709+charithaintc@users.noreply.github.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.