diff options
author | Quinn Dawkins <quinn@nod-labs.com> | 2023-05-30 02:18:32 -0400 |
---|---|---|
committer | Quinn Dawkins <quinn@nod-labs.com> | 2023-05-30 11:46:18 -0400 |
commit | 5e7ac2503a1bbfa13b84f00d8e12865cd16b0164 (patch) | |
tree | b24cbbfc060ebbde596564f9232eab6425ac2f8b /lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp | |
parent | 8098f2577efa4e0319a8252d8f8d7c382aa71986 (diff) | |
download | llvm-5e7ac2503a1bbfa13b84f00d8e12865cd16b0164.zip llvm-5e7ac2503a1bbfa13b84f00d8e12865cd16b0164.tar.gz llvm-5e7ac2503a1bbfa13b84f00d8e12865cd16b0164.tar.bz2 |
[mlir][transform] Add op for adding attributes to payload IR
The ability to add attributes to payload IR is useful functionality
independent of any dialect. This is added here through `transform.annotate`
by enabling attributes tied to a `TransformParamTypeInterface` (which
internally refers to an Attribute) to be added to a target operation by
name.
The AnnotateOp does not produce a new handle as no existing handles
should be affected by adding an attribute. Existing attributes on
the payload with the same name will be overwritten.
Differential Revision: https://reviews.llvm.org/D151689
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonReadline.cpp')
0 files changed, 0 insertions, 0 deletions