Closed fabianschuiki closed 3 years ago
Currently the following passes through verification:
%0 = const i32 1 wait %bb for %1
The verifier should enforce %1 to be of type time.
%1
time
Already enforced.
Currently the following passes through verification:
The verifier should enforce
%1
to be of typetime
.