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
@asmcall may be moved around/duplicated, since it's "only" a memory clobbering sideeffect. We can't mark inline assembly as volatile in LLVM-IR so preventing the moving may be a bit harder. Perhaps a pseudo-intrinsic that we noop afterwards is suitable? That may also help with #30 .
The text was updated successfully, but these errors were encountered:
Ref maleadt/LLVM.jl#320.
@asmcall
may be moved around/duplicated, since it's "only" a memory clobbering sideeffect. We can't mark inline assembly as volatile in LLVM-IR so preventing the moving may be a bit harder. Perhaps a pseudo-intrinsic that we noop afterwards is suitable? That may also help with #30 .The text was updated successfully, but these errors were encountered: