[all-commits] [llvm/llvm-project] 05f6e9: [MLIR] NFC. affine data copy generate utility retu...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Fri Jan 14 06:07:48 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 05f6e93938b73d8335f72e852f5686521cca2390
      https://github.com/llvm/llvm-project/commit/05f6e93938b73d8335f72e852f5686521cca2390
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2022-01-14 (Fri, 14 Jan 2022)

  Changed paths:
    M mlir/include/mlir/Transforms/LoopUtils.h
    M mlir/lib/Dialect/Affine/Transforms/AffineDataCopyGeneration.cpp
    M mlir/lib/Transforms/Utils/LoopUtils.cpp
    M mlir/test/Dialect/Affine/dma-generate.mlir
    M mlir/test/lib/Dialect/Affine/TestAffineDataCopy.cpp

  Log Message:
  -----------
  [MLIR] NFC. affine data copy generate utility return value cleanup

Clean up return value on affineDataCopyGenerate utility. Return the
actual success/failure status instead of the "number of bytes" which
isn't being used in the codebase in any way. The success/failure status
wasn't being sent out earlier.

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




More information about the All-commits mailing list