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
we are currently hitting the assert (Assertion failed: (LC != RTLIB::UNKNOWN_LIBCALL && "Cannot expand this operation!"), function expandMULO), since we don't support lowering of smulo codegen opcode.
Possible solution is here.
The text was updated successfully, but these errors were encountered:
For the following test:
we are currently hitting the assert (
Assertion failed: (LC != RTLIB::UNKNOWN_LIBCALL && "Cannot expand this operation!"), function expandMULO
), since we don't support lowering ofsmulo
codegen opcode.Possible solution is here.
The text was updated successfully, but these errors were encountered: