[all-commits] [llvm/llvm-project] 5eda49: Revert "[mlir][Transforms] Dialect conversion: Mak...

Matthias Springer via All-commits all-commits at lists.llvm.org
Fri Aug 30 12:35:03 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5eda4988117021b36ebe01b49082f63365846507
      https://github.com/llvm/llvm-project/commit/5eda4988117021b36ebe01b49082f63365846507
  Author: Matthias Springer <me at m-sp.org>
  Date:   2024-08-30 (Fri, 30 Aug 2024)

  Changed paths:
    M mlir/include/mlir/Transforms/DialectConversion.h
    M mlir/lib/Transforms/Utils/DialectConversion.cpp
    M mlir/test/Conversion/NVGPUToNVVM/nvgpu-to-nvvm.mlir
    M mlir/test/Dialect/Bufferization/Transforms/finalizing-bufferize.mlir
    M mlir/test/Transforms/test-legalize-type-conversion.mlir

  Log Message:
  -----------
  Revert "[mlir][Transforms] Dialect conversion: Make materializations optional" (#106778)

Reverts llvm/llvm-project#104668

This commit triggers an edge case that can cause circular
`unrealized_conversion_cast` ops.
https://github.com/llvm/llvm-project/pull/106760 may fix it, but it is
has other issues. Reverting this PR for now, until I find a solution for
that problem.



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