[all-commits] [llvm/llvm-project] 2a9d8c: Revert "[MLIR] Fuse locations of merged constants ...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Wed Dec 13 13:49:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2a9d8caf29ca2b2cf4758db31c64fd20cb5eb3bf
https://github.com/llvm/llvm-project/commit/2a9d8caf29ca2b2cf4758db31c64fd20cb5eb3bf
Author: Fangrui Song <i at maskray.me>
Date: 2023-12-13 (Wed, 13 Dec 2023)
Changed paths:
M mlir/include/mlir/Transforms/FoldUtils.h
M mlir/lib/Transforms/Utils/FoldUtils.cpp
R mlir/test/Transforms/canonicalize-debuginfo.mlir
R mlir/test/Transforms/constant-fold-debuginfo.mlir
Log Message:
-----------
Revert "[MLIR] Fuse locations of merged constants (#74670)"
This reverts commit 87e2e89019ec4405fa47c3b4585be4e67473b590.
and its follow-ups 0d1490f09f23bf204b714c3c6ba5e0aaf4eeed9a (#75218)
and 6fe3cd54670cae52dae92a38a6d28f450fe8f321 (#75312).
We observed significant OOM/timeout issues due to #74670 to quite a few
services including google-research/swirl-lm. The follow-up #75218 and
#75312 do not address the issue. Perhaps this is worth more
investigation.
More information about the All-commits
mailing list