diff options
author | Ingo Müller <ingomueller@google.com> | 2023-09-04 08:07:53 +0000 |
---|---|---|
committer | Ingo Müller <ingomueller@google.com> | 2023-09-04 11:32:56 +0000 |
commit | 33278321e6ca5973ff96f14e67e1898046623f81 (patch) | |
tree | af8741acdae684e26075f35b497ef27bbfb96c9a /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | ea4a5127c49d01e7415054e9ebeb813c98159810 (diff) | |
download | llvm-33278321e6ca5973ff96f14e67e1898046623f81.zip llvm-33278321e6ca5973ff96f14e67e1898046623f81.tar.gz llvm-33278321e6ca5973ff96f14e67e1898046623f81.tar.bz2 |
[mlir][linalg][transform][python] Make divisor arg to Multitile optional
The mix-in of the `MultiTileSizesOp` set the default value of its
`divisor` argument. This repeats information from the tablegen
defintion, is not necessary (since the generic code deals with `None`
and default values), and has the risk of running out of sync without
people noticing. This patch removes the setting of the value and forward
`None` to the generic constructor instead.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D159416
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions