[all-commits] [llvm/llvm-project] 04c94b: [mlir][py] NFC: remove exception-based isa from li...

ftynse via All-commits all-commits at lists.llvm.org
Fri May 24 00:02:39 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04c94ba65f2123879332b6fbb851a60265e5c271
      https://github.com/llvm/llvm-project/commit/04c94ba65f2123879332b6fbb851a60265e5c271
  Author: Oleksandr "Alex" Zinenko <git at ozinenko.com>
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
    M mlir/python/mlir/dialects/linalg/__init__.py
    M mlir/python/mlir/dialects/linalg/opdsl/lang/emitter.py

  Log Message:
  -----------
  [mlir][py] NFC: remove exception-based isa from linalg module (#92556)

When this code was written, we didn't have proper isinstance support for
operation classes in Python. Now we do, so there is no reason to keep
the expensive exception-based flow.



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