<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/mlir/examples/transform/Ch3/transform-opt/transform-opt.cpp, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>[mlir] update transform dialect tutorials (#81199)</title>
<updated>2024-02-09T16:35:14+00:00</updated>
<author>
<name>Oleksandr "Alex" Zinenko</name>
<email>zinenko@google.com</email>
</author>
<published>2024-02-09T16:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=b33b91a21788d439f49d6db4e7224c20f740f1a7'/>
<id>b33b91a21788d439f49d6db4e7224c20f740f1a7</id>
<content type='text'>
Use the "main" transform-interpreter pass instead of the test pass.
This, along with the previously introduced debug extension, now allow
tutorials to no longer depend on test passes and extensions.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the "main" transform-interpreter pass instead of the test pass.
This, along with the previously introduced debug extension, now allow
tutorials to no longer depend on test passes and extensions.</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir] add a chapter on matchers to the transform dialect tutorial (#76725)</title>
<updated>2024-01-09T12:19:41+00:00</updated>
<author>
<name>Oleksandr "Alex" Zinenko</name>
<email>zinenko@google.com</email>
</author>
<published>2024-01-09T12:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4cb2ef4fe372d32d1773f4dd358d6dff91518b5f'/>
<id>4cb2ef4fe372d32d1773f4dd358d6dff91518b5f</id>
<content type='text'>
These operations has been available for a while, but were not described
in the tutorial. Add a new chapter on using and defining match
operations.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These operations has been available for a while, but were not described
in the tutorial. Add a new chapter on using and defining match
operations.</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir] Disentangle dialect and extension registrations.</title>
<updated>2023-08-22T00:40:09+00:00</updated>
<author>
<name>Nicolas Vasilache</name>
<email>nicolasvasilache@users.noreply.github.com</email>
</author>
<published>2023-08-22T00:38:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7c4e8c6a273f25b3ef33e9c123b3969632ab59bb'/>
<id>7c4e8c6a273f25b3ef33e9c123b3969632ab59bb</id>
<content type='text'>
This revision avoids the registration of dialect extensions in Pass::getDependentDialects.

Such registration of extensions can be dangerous because `DialectRegistry::isSubsetOf` is
always guaranteed to return false for extensions (i.e. there is no mechanism to track
whether a lambda is already in the list of already registered extensions).
When the context is already in a multi-threaded mode, this is guaranteed to assert.

Arguably a more structured registration mechanism for extensions with a unique ExtensionID
could be envisioned in the future.

In the process of cleaning this up, multiple usage inconsistencies surfaced around the
registration of translation extensions that this revision also cleans up.

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D157703
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This revision avoids the registration of dialect extensions in Pass::getDependentDialects.

Such registration of extensions can be dangerous because `DialectRegistry::isSubsetOf` is
always guaranteed to return false for extensions (i.e. there is no mechanism to track
whether a lambda is already in the list of already registered extensions).
When the context is already in a multi-threaded mode, this is guaranteed to assert.

Arguably a more structured registration mechanism for extensions with a unique ExtensionID
could be envisioned in the future.

In the process of cleaning this up, multiple usage inconsistencies surfaced around the
registration of translation extensions that this revision also cleans up.

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D157703
</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir] add initial chapters of the transform dialect tutorial</title>
<updated>2023-05-30T15:26:58+00:00</updated>
<author>
<name>Alex Zinenko</name>
<email>zinenko@google.com</email>
</author>
<published>2023-05-25T20:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=68ae0d7803e43146b28f94f62357226047af7d9a'/>
<id>68ae0d7803e43146b28f94f62357226047af7d9a</id>
<content type='text'>
The transform dialect has been around for a while and is sufficiently
stable at this point. Add the first three chapters of the tutorial
describing its usage and extension.

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D151491
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The transform dialect has been around for a while and is sufficiently
stable at this point. Add the first three chapters of the tutorial
describing its usage and extension.

Reviewed By: springerm

Differential Revision: https://reviews.llvm.org/D151491
</pre>
</div>
</content>
</entry>
</feed>
