[all-commits] [llvm/llvm-project] efb772: [mlir] Flag near misses in file splitting
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Sun Dec 12 08:03:52 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: efb7727a96ca8c02cc44ad83eea7c126db191d2b
https://github.com/llvm/llvm-project/commit/efb7727a96ca8c02cc44ad83eea7c126db191d2b
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2021-12-12 (Sun, 12 Dec 2021)
Changed paths:
M mlir/lib/Support/ToolUtilities.cpp
M mlir/test/Conversion/ShapeToStandard/shape-to-standard.mlir
M mlir/test/Conversion/TosaToSCF/tosa-to-scf.mlir
M mlir/test/Dialect/OpenACC/canonicalize.mlir
M mlir/test/Dialect/SCF/canonicalize.mlir
M mlir/test/Dialect/Shape/canonicalize.mlir
A mlir/test/mlir-opt/nearmiss.mlir
Log Message:
-----------
[mlir] Flag near misses in file splitting
Flags some potential cases where splitting isn't happening and so could result
in confusing results. Also update some test files where there were near misses
in splitting that seemed unintentional.
Differential Revision: https://reviews.llvm.org/D109636
More information about the All-commits
mailing list