[all-commits] [llvm/llvm-project] 9a11c7: [SCF] Handle lowering of Execute region to Standar...

William Moses via All-commits all-commits at lists.llvm.org
Wed Jul 7 12:27:49 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9a11c70c1856f4e801d0863c552c754f28110237
      https://github.com/llvm/llvm-project/commit/9a11c70c1856f4e801d0863c552c754f28110237
  Author: William S. Moses <gh at wsmoses.com>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

  Changed paths:
    M mlir/lib/Conversion/SCFToStandard/SCFToStandard.cpp
    M mlir/test/Conversion/SCFToStandard/convert-to-cfg.mlir

  Log Message:
  -----------
  [SCF] Handle lowering of Execute region to Standard CFG

Lower SCF.executeregionop to llvm by essentially inlining the region and replacing the return

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




More information about the All-commits mailing list