Since we don't clobber %rsi (2nd argument) anymore, we don't have to
save/restore it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 34083 Build 34082: arc lint + arc unit
Event Timeline
Comment Actions
I reverted this, because we are doing a call (%rsi is not a preserved register), so of course we have to save/restore it (even if we don't clobber it ourselves).