[Mlir-commits] [mlir] [mlir][tosa] Introduce arith.constant -> tosa.const normalization pass (PR #167873)
Luke Hutton
llvmlistbot at llvm.org
Mon Nov 17 03:13:30 PST 2025
================
@@ -0,0 +1,84 @@
+// RUN: mlir-opt %s --tosa-arith-const-to-tosa-const --split-input-file | FileCheck %s
----------------
lhutton1 wrote:
nit: weak preference for this file to be renames to: `tosa-arith-const-to-tosa-const`
https://github.com/llvm/llvm-project/pull/167873
More information about the Mlir-commits
mailing list