[all-commits] [llvm/llvm-project] bf3cc1: [mlir][tosa] Add `draft` information to specificat...
Luke Hutton via All-commits
all-commits at lists.llvm.org
Fri Apr 17 07:43:33 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bf3cc1754024c08164d78e42bb55928d41953e95
https://github.com/llvm/llvm-project/commit/bf3cc1754024c08164d78e42bb55928d41953e95
Author: Luke Hutton <luke.hutton at arm.com>
Date: 2026-04-17 (Fri, 17 Apr 2026)
Changed paths:
M mlir/include/mlir/Dialect/Tosa/IR/TargetEnv.h
M mlir/lib/Dialect/Tosa/IR/TargetEnv.cpp
M mlir/lib/Dialect/Tosa/Transforms/TosaValidation.cpp
M mlir/test/Dialect/Tosa/tosa-validation-version-1p0-invalid.mlir
M mlir/test/Dialect/Tosa/tosa-validation-version-1p0-pro-fp-invalid.mlir
Log Message:
-----------
[mlir][tosa] Add `draft` information to specification version (#192122)
The draft flag can be used by useful to indicate that a specification
version is not yet finalized, and may be subject to change. This is
particularly important for serialized formats that offer guarantees
around backwards compatibility. By exposing `draft` information in the
specification version in the target environment, we can allow consumers
to query this information.
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