[all-commits] [llvm/llvm-project] f4cd36: [mlir][scf] refactor scf structuralOpConversion to...

PeimingLiu via All-commits all-commits at lists.llvm.org
Wed Nov 2 09:45:55 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4cd3674ea2e055a770fa993cbfd2356c38fc545
      https://github.com/llvm/llvm-project/commit/f4cd3674ea2e055a770fa993cbfd2356c38fc545
  Author: Peiming Liu <peiming at google.com>
  Date:   2022-11-02 (Wed, 02 Nov 2022)

  Changed paths:
    M mlir/lib/Dialect/SCF/Transforms/StructuralTypeConversions.cpp

  Log Message:
  -----------
  [mlir][scf] refactor scf structuralOpConversion to better support 1:N type conversion

This patch moves the 1:N type mapping into its own classes to allow better code reuse in D137100.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D137099




More information about the All-commits mailing list