[all-commits] [llvm/llvm-project] 652592: [MLIR][Transform] Disambiguate ternary operator fo...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Thu Dec 1 00:02:16 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 652592c5cadf7093b288779df1e77ae6afcde6c0
      https://github.com/llvm/llvm-project/commit/652592c5cadf7093b288779df1e77ae6afcde6c0
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp

  Log Message:
  -----------
  [MLIR][Transform] Disambiguate ternary operator for MSVC

mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp(42): error C2446: ':': no conversion from 'OpTy' to 'OpTy'
        with
        [
            OpTy=mlir::scf::ForOp
        ]
        and
        [
            OpTy=mlir::AffineForOp
        ]
mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp(42): note: No user-defined-conversion operator available that can perform this conversion, or the operator cannot be called




More information about the All-commits mailing list