[Mlir-commits] [mlir] [mlir][spirv] Check variable for null before dereferencing (PR #157457)

Jakub Kuderski llvmlistbot at llvm.org
Mon Sep 8 08:38:52 PDT 2025


kuhar wrote:

I don't think it can inside the `if` statement that checks for `IntegerAttr`. If anything, we can probably remove the null check on line 726 (and maybe turn it into an assertion).

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


More information about the Mlir-commits mailing list