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
The text was updated successfully, but these errors were encountered:
andrewrk
added
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
accepted
This proposal is planned.
labels
Nov 7, 2018
This generates analyzed Zig IR:
which generates the llvm ir:
Instead this should be equivalent to:
which generates this zig ir:
and this LLVM IR:
Note that with #287 the expected LLVM IR is even slimmer:
The text was updated successfully, but these errors were encountered: