[all-commits] [llvm/llvm-project] 34ff99: Revert "[MLIR] Fix fold-memref-subview-ops for aff...
Tres via All-commits
all-commits at lists.llvm.org
Thu Feb 10 01:47:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34ff99a0b7b18d8242cce7d1fe0e04e003718015
https://github.com/llvm/llvm-project/commit/34ff99a0b7b18d8242cce7d1fe0e04e003718015
Author: Tres Popp <tpopp at google.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M mlir/lib/Dialect/MemRef/Transforms/FoldSubViewOps.cpp
M mlir/test/Dialect/MemRef/fold-subview-ops.mlir
Log Message:
-----------
Revert "[MLIR] Fix fold-memref-subview-ops for affine.load/store"
This reverts commit ac6cb41303450b4cf8b5c71b971b729990b93a36.
This code has a stack-use-after-scope error that can be seen with asan.
More information about the All-commits
mailing list