[all-commits] [llvm/llvm-project] 4e679e: [MLIR] [python] Fixed the signature of `_Operation...
Sergei Lebedev via All-commits
all-commits at lists.llvm.org
Tue Apr 22 18:53:56 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e679ea89cc68829c4b9efc73121467bee56519c
https://github.com/llvm/llvm-project/commit/4e679ea89cc68829c4b9efc73121467bee56519c
Author: Sergei Lebedev <185856+superbobry at users.noreply.github.com>
Date: 2025-04-22 (Tue, 22 Apr 2025)
Changed paths:
M mlir/python/mlir/_mlir_libs/_mlir/ir.pyi
Log Message:
-----------
[MLIR] [python] Fixed the signature of `_OperationBase.get_asm` (#136676)
It claimed to return an `io.StringIO` or an `io.BytesIO`, but it did in
fact return `str` or `bytes`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list