[all-commits] [llvm/llvm-project] dd473f: [mlir][python] simplify extensions (#69642)
Maksim Levental via All-commits
all-commits at lists.llvm.org
Thu Oct 19 16:07:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd473f1dd19c9c80ce1a9002d1a6de098b8639fe
https://github.com/llvm/llvm-project/commit/dd473f1dd19c9c80ce1a9002d1a6de098b8639fe
Author: Maksim Levental <maksim.levental at gmail.com>
Date: 2023-10-19 (Thu, 19 Oct 2023)
Changed paths:
M mlir/python/mlir/dialects/affine.py
M mlir/python/mlir/dialects/bufferization.py
M mlir/python/mlir/dialects/func.py
M mlir/python/mlir/dialects/memref.py
M mlir/python/mlir/dialects/pdl.py
M mlir/python/mlir/dialects/scf.py
M mlir/test/python/dialects/affine.py
M mlir/test/python/dialects/func.py
Log Message:
-----------
[mlir][python] simplify extensions (#69642)
https://github.com/llvm/llvm-project/pull/68853 enabled a lot of nice
cleanup. Note, I made sure each of the touched extensions had tests.
More information about the All-commits
mailing list