[all-commits] [llvm/llvm-project] 935810: [mlir][arith] Fix type conversion in emulate-wide-...

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Sat Oct 12 12:07:08 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 935810c4de56235ddfaffbe02b2ae3cd0b72d2e0
      https://github.com/llvm/llvm-project/commit/935810c4de56235ddfaffbe02b2ae3cd0b72d2e0
  Author: Jakub Kuderski <jakub at nod-labs.com>
  Date:   2024-10-12 (Sat, 12 Oct 2024)

  Changed paths:
    M mlir/lib/Dialect/Arith/Transforms/EmulateWideInt.cpp
    A mlir/test/Dialect/Arith/emulate-wide-int-unsupported.mlir

  Log Message:
  -----------
  [mlir][arith] Fix type conversion in emulate-wide-int (#112104)

Use `nullptr` to indicate that type conversion failed and no fallback
conversion should be attempted.

Fixes: https://github.com/llvm/llvm-project/issues/108163



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