[Mlir-commits] [mlir] [mlir][spirv] Add SPV_KHR_float_controls2 extension (PR #143974)
Igor Wodiany
llvmlistbot at llvm.org
Fri Jun 13 02:49:59 PDT 2025
================
@@ -90,6 +90,16 @@ spirv.func @fadd_decorations(%arg: f32) -> f32 "None" {
// -----
+spirv.module Logical GLSL450 requires #spirv.vce<v1.0, [Kernel], []> {
----------------
IgWod-IMG wrote:
To add to this, what I find useful with changes like that is to serialize the test into `.spv` and run it through `spirv-val`. This should tell you if you missed something or not.
https://github.com/llvm/llvm-project/pull/143974
More information about the Mlir-commits
mailing list