[all-commits] [llvm/llvm-project] 941d12: Revert "[MLIR] Expose `getAsValues` in `StaticValu...
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Mon Sep 26 01:02:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 941d1223709d8be3f83b0ac30f0ef66f60a934b2
https://github.com/llvm/llvm-project/commit/941d1223709d8be3f83b0ac30f0ef66f60a934b2
Author: Lorenzo Chelini <l.chelini at icloud.com>
Date: 2022-09-26 (Mon, 26 Sep 2022)
Changed paths:
M mlir/include/mlir/Dialect/Utils/StaticValueUtils.h
M mlir/lib/Dialect/Tensor/IR/TensorInferTypeOpInterfaceImpl.cpp
M mlir/lib/Dialect/Utils/StaticValueUtils.cpp
Log Message:
-----------
Revert "[MLIR] Expose `getAsValues` in `StaticValueUtils.h` (NFC)"
This reverts commit 730ae80d3e1c47f93f725acb2d37f06fcba06953.
It fails with a linking errors: `undefined reference to
`mlir::getValueOrCreateConstantIndexOp` in `libMLIRDialectUtils`.
More information about the All-commits
mailing list