[all-commits] [llvm/llvm-project] ea979b: [mlir][SparseTensor][NFC] Remove `isNestedIn` help...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Sat Dec 16 20:19:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea979b24b0a755c9839e32dd716078ea816a0508
https://github.com/llvm/llvm-project/commit/ea979b24b0a755c9839e32dd716078ea816a0508
Author: Matthias Springer <me at m-sp.org>
Date: 2023-12-17 (Sun, 17 Dec 2023)
Changed paths:
M mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp
Log Message:
-----------
[mlir][SparseTensor][NFC] Remove `isNestedIn` helper function (#75729)
Use `Region::findAncestorBlockInRegion` instead of a custom IR
traversal.
More information about the All-commits
mailing list