[all-commits] [llvm/llvm-project] 6c1436: [MLIR][SCF] Parenthesize multiple return types in ...

Morten Borup Petersen via All-commits all-commits at lists.llvm.org
Thu Aug 19 13:33:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c1436a9b03e6f87eecf13cccf89b25497b53543
      https://github.com/llvm/llvm-project/commit/6c1436a9b03e6f87eecf13cccf89b25497b53543
  Author: Morten Borup Petersen <morten_bp at live.dk>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

  Changed paths:
    M mlir/lib/Dialect/SCF/SCF.cpp
    M mlir/test/Dialect/SCF/ops.mlir

  Log Message:
  -----------
  [MLIR][SCF] Parenthesize multiple return types in scf.execute_region asm op

Previously, ExecuteRegionOps with multiple return values would fail a round-trip test due to missing parenthesis around the types.

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




More information about the All-commits mailing list