[all-commits] [llvm/llvm-project] 3a1152: [mlir][Transforms][NFC] Dialect conversion: Improv...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Nov 27 19:31:15 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3a115279f888b6489902df60c3fe2e76447d375c
      https://github.com/llvm/llvm-project/commit/3a115279f888b6489902df60c3fe2e76447d375c
  Author: Matthias Springer <me at m-sp.org>
  Date:   2024-11-28 (Thu, 28 Nov 2024)

  Changed paths:
    M mlir/docs/DialectConversion.md
    M mlir/include/mlir/Transforms/DialectConversion.h

  Log Message:
  -----------
  [mlir][Transforms][NFC] Dialect conversion: Improve docs for materializations (#117847)

The terms "legal type" and "illegal type" are ambiguous when talking
about materializations. E.g., for target materializations we do not
necessarily convert from illegal to legal types. We convert from the
most recently mapped value to the type that was produced by converting
the original type.

---------

Co-authored-by: Markus Böck <markus.boeck02 at gmail.com>



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