[Mlir-commits] [mlir] [mlir][bufferization]-Replace only one use in TensorEmptyElimination (PR #118958)
Amir Bishara
llvmlistbot at llvm.org
Tue Dec 17 07:04:42 PST 2024
================
@@ -28,47 +28,72 @@ namespace bufferization {
using namespace mlir;
using namespace mlir::bufferization;
+/// Return true if `val` is in scope at the given
+/// `insertionPoint`.
+static bool valueDominateInsertionPoint(const DominanceInfo &domInfo,
----------------
amirBish wrote:
Yeah, for now after the changes this function does not exist anymore.
https://github.com/llvm/llvm-project/pull/118958
More information about the Mlir-commits
mailing list