Constant zero aggregate structures are imported to from llvm IR as undef. This includes for example LandingPad Instructions which have zero value filters, structs. This fixes the import to use the zeroOp to materialize a zero-initialized constant.
Constant zero aggregate structures are imported to from llvm IR as undef. This includes for example LandingPad Instructions which have zero value filters, structs. This fixes the import to use the zeroOp to materialize a zero-initialized constant.