[Mlir-commits] [mlir] [mlir][spirv] Add definition for GL Fract (PR #132921)

Jakub Kuderski llvmlistbot at llvm.org
Tue Mar 25 07:18:20 PDT 2025


================
@@ -1161,4 +1161,29 @@ def SPIRV_GLFindUMsbOp : SPIRV_GLUnaryArithmeticOp<"FindUMsb", 75, SPIRV_Int32>
   }];
 }
 
+// ----
+
+def SPIRV_GLFractOp : SPIRV_GLUnaryArithmeticOp<"Fract", 10, SPIRV_Float> {
----------------
kuhar wrote:

Isn't this op `Pure`?

https://github.com/llvm/llvm-project/pull/132921


More information about the Mlir-commits mailing list