[all-commits] [llvm/llvm-project] 609f5e: [mlir] Rename 'setInsertionPointAfter' to avoid am...

Diego Caballero via All-commits all-commits at lists.llvm.org
Tue Sep 15 14:17:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 609f5e050cea760694a46e126e5aa3f62660cae9
      https://github.com/llvm/llvm-project/commit/609f5e050cea760694a46e126e5aa3f62660cae9
  Author: Diego Caballero <diego.caballero at intel.com>
  Date:   2020-09-15 (Tue, 15 Sep 2020)

  Changed paths:
    M mlir/include/mlir/IR/Builders.h
    M mlir/lib/Dialect/Affine/Transforms/SuperVectorize.cpp

  Log Message:
  -----------
  [mlir] Rename 'setInsertionPointAfter' to avoid ambiguity

Rename 'setInsertionPointAfter(Value)' API to avoid ambiguity with
'setInsertionPointAfter(Operation *)' for SingleResult operations which
implicitly convert to Value (see D86756).

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




More information about the All-commits mailing list