Closed langston-barrett closed 2 years ago
The FactGenerator should terminate when it finds a malformed LLVM module, e.g., an llvm::ICmpInst::BAD_FCMP_PREDICATE in an icmp instruction.
llvm::ICmpInst::BAD_FCMP_PREDICATE
icmp
The FactGenerator should terminate when it finds a malformed LLVM module, e.g., an
llvm::ICmpInst::BAD_FCMP_PREDICATE
in anicmp
instruction.