[all-commits] [llvm/llvm-project] 8a2265: [flang] Build broken due to no member named 'getNu...

Jie Fu via All-commits all-commits at lists.llvm.org
Wed Jun 28 06:47:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a2265189297e5b303712813c48e0f452d9f2bbd
      https://github.com/llvm/llvm-project/commit/8a2265189297e5b303712813c48e0f452d9f2bbd
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-06-28 (Wed, 28 Jun 2023)

  Changed paths:
    M flang/lib/Optimizer/Dialect/FIROps.cpp

  Log Message:
  -----------
  [flang] Build broken due to no member named 'getNumScalableDims' in 'mlir::VectorType' after D153412 (NFC)

/data/llvm-project/flang/lib/Optimizer/Dialect/FIROps.cpp:971:46: error: no member named 'getNumScalableDims' in 'mlir::VectorType'
    if (mlir::dyn_cast<mlir::VectorType>(ty).getNumScalableDims() == 0)
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^
1 error generated.




More information about the All-commits mailing list