<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/mlir/test/python/dialects/transform.py, branch users/boomanaiden154/main.ci-make-premerge-uploadwrite-comments</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][Transform][Python] Sync derived classes and their wrappers (#166871)</title>
<updated>2025-11-07T14:04:53+00:00</updated>
<author>
<name>Rolf Morel</name>
<email>rolf.morel@intel.com</email>
</author>
<published>2025-11-07T14:04:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=d78e0ded5215824a63ac04fb87effd9eacf875eb'/>
<id>d78e0ded5215824a63ac04fb87effd9eacf875eb</id>
<content type='text'>
Updates the derived Op-classes for the main transform ops to have all
the arguments, etc, from the auto-generated classes. Additionally
updates and adds missing snake_case wrappers for the derived classes
which shadow the snake_case wrappers of the auto-generated classes,
which were hitherto exposed alongside the derived classes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates the derived Op-classes for the main transform ops to have all
the arguments, etc, from the auto-generated classes. Additionally
updates and adds missing snake_case wrappers for the derived classes
which shadow the snake_case wrappers of the auto-generated classes,
which were hitherto exposed alongside the derived classes.</pre>
</div>
</content>
</entry>
<entry>
<title>[MLIR][Transform] apply_registered_pass: support ListOptions (#144026)</title>
<updated>2025-06-16T11:40:50+00:00</updated>
<author>
<name>Rolf Morel</name>
<email>rolf.morel@intel.com</email>
</author>
<published>2025-06-16T11:40:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=e00853859e89114d8db24aa0b863b618175f79c7'/>
<id>e00853859e89114d8db24aa0b863b618175f79c7</id>
<content type='text'>
Interpret an option value with multiple values, either in the form of an
`ArrayAttr` (either static or passed through a param) or as the multiple
attrs associated to a param, as a comma-separated list, i.e. as a
ListOption on a pass.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Interpret an option value with multiple values, either in the form of an
`ArrayAttr` (either static or passed through a param) or as the multiple
attrs associated to a param, as a comma-separated list, i.e. as a
ListOption on a pass.</pre>
</div>
</content>
</entry>
<entry>
<title>[MLIR][Transform] apply_registered_op fixes: arg order &amp; python options auto-conversion (#143779)</title>
<updated>2025-06-11T20:19:52+00:00</updated>
<author>
<name>Rolf Morel</name>
<email>rolf.morel@intel.com</email>
</author>
<published>2025-06-11T20:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fb761aa38b0bc01ab911f5dbbfb474b70aaafbb4'/>
<id>fb761aa38b0bc01ab911f5dbbfb474b70aaafbb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[MLIR][Transform] apply_registered_pass op's options as a dict (#143159)</title>
<updated>2025-06-11T16:33:55+00:00</updated>
<author>
<name>Rolf Morel</name>
<email>854835+rolfmorel@users.noreply.github.com</email>
</author>
<published>2025-06-11T16:33:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=fe7bf4b90b1a835418bddd2b2aa63b4977a9f6d2'/>
<id>fe7bf4b90b1a835418bddd2b2aa63b4977a9f6d2</id>
<content type='text'>
Improve ApplyRegisteredPassOp's support for taking options by taking
them as a dict (vs a list of string-valued key-value pairs).

Values of options are provided as either static attributes or as params
(which pass in attributes at interpreter runtime). In either case, the
keys and value attributes are converted to strings and a single
options-string, in the format used on the commandline, is constructed to
pass to the `addToPipeline`-pass API.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve ApplyRegisteredPassOp's support for taking options by taking
them as a dict (vs a list of string-valued key-value pairs).

Values of options are provided as either static attributes or as params
(which pass in attributes at interpreter runtime). In either case, the
keys and value attributes are converted to strings and a single
options-string, in the format used on the commandline, is constructed to
pass to the `addToPipeline`-pass API.</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][python] Add support for arg_attrs and other attrs to NamedSequenceOp</title>
<updated>2023-11-08T13:42:16+00:00</updated>
<author>
<name>Nicolas Vasilache</name>
<email>nicolas.vasilache@gmail.com</email>
</author>
<published>2023-11-08T13:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=5967375fcf3563b74aa7ffef45adb642b514c115'/>
<id>5967375fcf3563b74aa7ffef45adb642b514c115</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][python] Reland - Add sugared builder for transform.named_sequence</title>
<updated>2023-11-08T09:34:29+00:00</updated>
<author>
<name>Nicolas Vasilache</name>
<email>nicolasvasilache@users.noreply.github.com</email>
</author>
<published>2023-11-08T08:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=af3d85694427257ee27a71007af72ea11d54a93a'/>
<id>af3d85694427257ee27a71007af72ea11d54a93a</id>
<content type='text'>
Address issues with #71597 post-revert and and reland
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Address issues with #71597 post-revert and and reland
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[mlir][python]Add sugared buider for transform.named_sequence (#71597)"</title>
<updated>2023-11-08T09:34:29+00:00</updated>
<author>
<name>Nicolas Vasilache</name>
<email>nicolas.vasilache@gmail.com</email>
</author>
<published>2023-11-08T09:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=cb3880515fe9065ae3378f3d145a17bf75fa6740'/>
<id>cb3880515fe9065ae3378f3d145a17bf75fa6740</id>
<content type='text'>
This reverts commit 4f51b2bfe3ec11b597272be6caa00efb575bc59f.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 4f51b2bfe3ec11b597272be6caa00efb575bc59f.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "[mlir][python] NFC - Lint fix"</title>
<updated>2023-11-08T09:34:28+00:00</updated>
<author>
<name>Nicolas Vasilache</name>
<email>nicolas.vasilache@gmail.com</email>
</author>
<published>2023-11-08T09:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2859a9cdfa633a38bbed75885b10203f6b9166fb'/>
<id>2859a9cdfa633a38bbed75885b10203f6b9166fb</id>
<content type='text'>
This reverts commit 8c014e5949fdbecc31a82138361f8cdf886768a9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 8c014e5949fdbecc31a82138361f8cdf886768a9.
</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][python] NFC - Lint fix</title>
<updated>2023-11-08T09:02:30+00:00</updated>
<author>
<name>Nicolas Vasilache</name>
<email>nicolas.vasilache@gmail.com</email>
</author>
<published>2023-11-08T09:01:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8c014e5949fdbecc31a82138361f8cdf886768a9'/>
<id>8c014e5949fdbecc31a82138361f8cdf886768a9</id>
<content type='text'>
Followup from #71597
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Followup from #71597
</pre>
</div>
</content>
</entry>
<entry>
<title>[mlir][python]Add sugared buider for transform.named_sequence (#71597)</title>
<updated>2023-11-08T08:49:57+00:00</updated>
<author>
<name>Nicolas Vasilache</name>
<email>nicolasvasilache@users.noreply.github.com</email>
</author>
<published>2023-11-08T08:49:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=4f51b2bfe3ec11b597272be6caa00efb575bc59f'/>
<id>4f51b2bfe3ec11b597272be6caa00efb575bc59f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
