[all-commits] [llvm/llvm-project] 922d3d: [mlir] Allow nested regions in inlineRegionAndEmit...

Tres via All-commits all-commits at lists.llvm.org
Tue Dec 15 12:03:22 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 922d3d55220dfcfde1f68d17fddca5680aff9545
      https://github.com/llvm/llvm-project/commit/922d3d55220dfcfde1f68d17fddca5680aff9545
  Author: Tres Popp <tpopp at google.com>
  Date:   2020-12-15 (Tue, 15 Dec 2020)

  Changed paths:
    M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp

  Log Message:
  -----------
  [mlir] Allow nested regions in inlineRegionAndEmitStore

This is useful for scalar code that uses for/while loops.
This has also been confirmed to work for representing std.pow as an
scf.for loop on gpus.

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




More information about the All-commits mailing list