[all-commits] [llvm/llvm-project] dbebcb: [mlir][spirv] Remove unnecessary assertion (#200137)
Davide Grohmann via All-commits
all-commits at lists.llvm.org
Thu May 28 03:37:05 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dbebcb02d3d8f2e92e1ba235992fb43b5fad50a3
https://github.com/llvm/llvm-project/commit/dbebcb02d3d8f2e92e1ba235992fb43b5fad50a3
Author: Davide Grohmann <davide.grohmann at arm.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M mlir/lib/Target/SPIRV/Deserialization/DeserializeOps.cpp
Log Message:
-----------
[mlir][spirv] Remove unnecessary assertion (#200137)
The use of the variable in the assertion was causing a build failure
when compiling with assertion off and hence the variable becomes unused.
Signed-off-by: Davide Grohmann <davide.grohmann at arm.com>
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