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

Mohammadreza Ameri Mahabadian llvmlistbot at llvm.org
Fri Aug 1 02:55:36 PDT 2025


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

Actually I think `isZeroValue` is better naming. So I changed to your suggestion (I was initially thinking of a name that would eventual purpose of this function)

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


More information about the Mlir-commits mailing list