[Mlir-commits] [mlir] [mlir][spirv] Enable (de)serialization of TensorARM to/from OpConstan… (PR #151485)

Jakub Kuderski llvmlistbot at llvm.org
Thu Jul 31 05:31:50 PDT 2025


================
@@ -69,6 +69,22 @@ static Block *getPhiIncomingBlock(Block *block) {
   return block;
 }
 
+static bool isNull(Attribute attr) {
----------------
kuhar wrote:

Can you add a comment explaining what you mean by 'Null'? Or should we call it `isZeroValue`?

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


More information about the Mlir-commits mailing list