| commit | db7888ca9aef6c203b363bbb395549b4e6cfa9d4 | [log] [tgz] |
|---|---|---|
| author | Rolf Morel <rolf.morel@intel.com> | Tue Jul 08 12:00:34 2025 +0200 |
| committer | GitHub <noreply@github.com> | Tue Jul 08 11:00:34 2025 +0100 |
| tree | 5b099a787be6123e99d9503e2538b9f67418f044 | |
| parent | d045cc92a3a0e83395c7c678554000c108734e8f [diff] |
[MLIR][Transform] Introduce `transform.tune.knob` op (#146732) A new transform op to represent that an attribute is to be chosen from a set of alternatives and that this choice is made available as a `!transform.param`. When a `selected` argument is provided, the op's `apply()` semantics is that of just making this selected attribute available as the result. When `selected` is not provided, `apply()` complains that nothing has resolved the non-determinism that the op is representing.
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.