hugr-llvm: Add error handling for the case of CustomSerialized
#1825
Labels
llvm
Pertains to LLVM emission
CustomSerialized
#1825
A
CustomSerialized
in a HUGR represents an constant value of unknownimpl CustomConst
. We can never successfully lower this to llvm. Let's detect and handle this special case with a helpful error message. #1821 is an example lowering failed due to the presence of aCustomSerialized
.The text was updated successfully, but these errors were encountered: