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
- Try to avoid making intermediate AttributeSet and AttributeList
objects that we do not need.
- Remove unnecessary bitcasts in new julia.call parameters.
- Try to improve sret reuse: as pointed out in
https://discourse.llvm.org/t/optimizing-sret-on-caller-side/60660 we are
missing some attributes needed here to avoid an extra memcpy.
- Use new NoUndef attribute.
- Remove "thunk" attribute that is unneeded now.
0 commit comments