[all-commits] [llvm/llvm-project] 4db3a6: [MLIR] Expose `getAsValues` in `StaticValueUtils.h...
lorenzo chelini via All-commits
all-commits at lists.llvm.org
Tue Sep 27 08:20:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4db3a649ea79966ed7ab297a381d27fbbb6b6f7a
https://github.com/llvm/llvm-project/commit/4db3a649ea79966ed7ab297a381d27fbbb6b6f7a
Author: Lorenzo Chelini <l.chelini at icloud.com>
Date: 2022-09-27 (Tue, 27 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/CMakeLists.txt
M mlir/lib/Dialect/Utils/StaticValueUtils.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[MLIR] Expose `getAsValues` in `StaticValueUtils.h` (NFC) [reland]
The utility function should live in `StaticValueUtils.h` as it provides
a convenient way to convert a vector of OpFoldResults into a vector of
Values.
Reviewed By: nicolasvasilache, cota
Differential Revision: https://reviews.llvm.org/D134451
More information about the All-commits
mailing list