[all-commits] [llvm/llvm-project] 00aa1a: Revert "[mlir][irdl] Support variadicity check in ...

Fehr Mathieu via All-commits all-commits at lists.llvm.org
Sun Aug 20 07:58:34 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00aa1a8c3d0b8ca49e10dc2b9e54ac0b2d1149c3
      https://github.com/llvm/llvm-project/commit/00aa1a8c3d0b8ca49e10dc2b9e54ac0b2d1149c3
  Author: Mathieu Fehr <mathieu.fehr at gmail.com>
  Date:   2023-08-20 (Sun, 20 Aug 2023)

  Changed paths:
    M mlir/lib/Dialect/IRDL/IRDLLoading.cpp
    M mlir/test/Dialect/IRDL/variadics.irdl.mlir
    R mlir/test/Dialect/IRDL/variadics.mlir

  Log Message:
  -----------
  Revert "[mlir][irdl] Support variadicity check in operations"

This reverts commit 62b2b399924cc98c349979a84f1e375b97ee924c.

This is the error reported by the buildbot:
 /home/buildbots/ppc64le-flang-rhel-test/ppc64le-flang-rhel-clang-build/llvm-project/mlir/lib/Dialect/IRDL/IRDLLoading.cpp:97:22: error: no member named 'reduce' in namespace 'std'
  int32_t sum = std::reduce(denseSegmentSizes.asArrayRef().begin(),

Full details are available at:
    https://lab.llvm.org/buildbot#builders/21/builds/78689




More information about the All-commits mailing list