You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is support for VectorType with translate_binary_operator for llvm::BinaryOperator but not for llvm::CmpInst.
Is it possible to transfer the vector handling from translate_binary_operator to translate_cmp and extend Type::is_unsigned_integer(), Type::is_signed_integer() for VectorType?
It seems to run this way but is it correct?
The text was updated successfully, but these errors were encountered:
There is support for VectorType with translate_binary_operator for llvm::BinaryOperator but not for llvm::CmpInst.
Is it possible to transfer the vector handling from translate_binary_operator to translate_cmp and extend Type::is_unsigned_integer(), Type::is_signed_integer() for VectorType?
It seems to run this way but is it correct?
The text was updated successfully, but these errors were encountered: