[all-commits] [llvm/llvm-project] 435deb: [mlir][test] NFC - Fix some worst offenders "captu...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Fri Sep 30 08:24:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 435debea69831ee1fd4ba15d023e50baf7533e75
      https://github.com/llvm/llvm-project/commit/435debea69831ee1fd4ba15d023e50baf7533e75
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2022-09-30 (Fri, 30 Sep 2022)

  Changed paths:
    M mlir/test/Conversion/AffineToStandard/lower-affine.mlir
    M mlir/test/Conversion/VectorToSCF/vector-to-scf.mlir
    M mlir/test/Dialect/Affine/SuperVectorize/vectorize_1d.mlir
    M mlir/test/Dialect/Affine/affine-data-copy.mlir
    M mlir/test/Dialect/Affine/affine-loop-invariant-code-motion.mlir
    M mlir/test/Dialect/Affine/affine-loop-normalize.mlir
    M mlir/test/Dialect/Affine/canonicalize.mlir
    M mlir/test/Dialect/Affine/dma-generate.mlir
    M mlir/test/Dialect/Affine/scalrep.mlir
    M mlir/test/Dialect/MemRef/canonicalize.mlir
    M mlir/test/Dialect/MemRef/subview.mlir
    M mlir/test/Dialect/Vector/vector-transfer-full-partial-split.mlir
    M mlir/test/Dialect/Vector/vector-warp-distribute.mlir
    M mlir/test/IR/core-ops.mlir
    M mlir/test/IR/memory-ops.mlir
    M mlir/test/Transforms/canonicalize.mlir
    M mlir/test/Transforms/cse.mlir
    M mlir/test/Transforms/loop-fusion-transformation.mlir
    M mlir/test/Transforms/loop-fusion.mlir
    M mlir/test/Transforms/loop-invariant-code-motion.mlir
    M mlir/test/Transforms/normalize-memrefs.mlir
    M mlir/test/Transforms/pipeline-data-transfer.mlir

  Log Message:
  -----------
  [mlir][test] NFC - Fix some worst offenders "capture by SSA name" tests

Many tests still depend on specific names of SSA values (!!).
This commit is a best effort cleanup that will set the stage for adding some pretty SSA result names.




More information about the All-commits mailing list