SP is now a __stack_pointer global and not a memory address anymore.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D51046
[WebAssembly] Change writeSPToMemory to writeSPToGlobal (NFC) ClosedPublic Authored by aheejin on Aug 21 2018, 10:14 AM.
Details Summary SP is now a __stack_pointer global and not a memory address anymore.
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100. · View Herald TranscriptAug 21 2018, 10:14 AM aheejin mentioned this in D50980: [WebAssembly] Restore __stack_pointer after catch instructions.Aug 21 2018, 10:18 AM aheejin added a child revision: D50980: [WebAssembly] Restore __stack_pointer after catch instructions. This revision is now accepted and ready to land.Aug 21 2018, 11:21 AM Closed by commit rL340328: [WebAssembly] Change writeSPToMemory to writeSPToGlobal (NFC) (authored by aheejin). · Explain WhyAug 21 2018, 12:53 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 161802 llvm/trunk/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
|