[all-commits] [llvm/llvm-project] 16a219: [mlir][tosa] Separate layerwise folding and simple...

Luke Hutton via All-commits all-commits at lists.llvm.org
Fri Jan 16 08:22:21 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 16a21941d509191935a16d83a528b4eb5040619c
      https://github.com/llvm/llvm-project/commit/16a21941d509191935a16d83a528b4eb5040619c
  Author: Luke Hutton <luke.hutton at arm.com>
  Date:   2026-01-16 (Fri, 16 Jan 2026)

  Changed paths:
    R mlir/test/Dialect/Tosa/constant-op-fold.mlir
    M mlir/test/Dialect/Tosa/constant_folding.mlir
    A mlir/test/Dialect/Tosa/tosa-layerwise-constant-fold.mlir

  Log Message:
  -----------
  [mlir][tosa] Separate layerwise folding and simple folder tests (NFC) (#172691)

This commit moves the 'simple' folder tests (invoked via
`--canonicalize`) away from other layerwise constant folding tests
(invoked via `--tosa-layerwise-constant-fold`) into a separate test file
to help reduce confusion.

Also rename the layerwise folding test file to reflect the the pass name
that they are invoked by.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list