[all-commits] [llvm/llvm-project] afc800: [mlir][transforms][NFC] Expand CanonicalizerPass d...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Tue Jan 3 03:39:31 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: afc800b190a5ba080eb2aaf567e4a52d0c7eae82
https://github.com/llvm/llvm-project/commit/afc800b190a5ba080eb2aaf567e4a52d0c7eae82
Author: Matthias Springer <springerm at google.com>
Date: 2023-01-03 (Tue, 03 Jan 2023)
Changed paths:
M mlir/docs/Canonicalization.md
M mlir/include/mlir/Transforms/Passes.td
M mlir/lib/Transforms/Canonicalizer.cpp
Log Message:
-----------
[mlir][transforms][NFC] Expand CanonicalizerPass documentation
Mention that canonicalization is best-effort and that pass pipelines should not rely on it for correctness.
RFC: https://discourse.llvm.org/t/rfc-canonicalizerpass-convergence-error-handling/67333
Differential Revision: https://reviews.llvm.org/D140729
More information about the All-commits
mailing list