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

Jakub Kuderski llvmlistbot at llvm.org
Wed Sep 10 06:34:01 PDT 2025


================
@@ -723,7 +723,9 @@ void mlir::spirv::ConstantOp::getAsmResultNames(
   IntegerType intTy = llvm::dyn_cast<IntegerType>(type);
----------------
kuhar wrote:

I'd keep it as-is. Are you fine with this @CoTinker ?

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


More information about the Mlir-commits mailing list