r266809 incorrectly used LD to load the stack guard, it should be LWZ.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D19358
[PowerPC] [SSP] Fix stack guard load for 32-bit. ClosedPublic Authored by • koriakin on Apr 21 2016, 4:12 AM.
Details Summary r266809 incorrectly used LD to load the stack guard, it should be LWZ.
Diff Detail
Event Timeline• koriakin updated this object. This revision is now accepted and ready to land.Apr 21 2016, 10:04 AM Closed by commit rL267017: [PowerPC] [SSP] Fix stack guard load for 32-bit. (authored by • koriakin). · Explain WhyApr 21 2016, 10:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 54535 llvm/trunk/lib/Target/PowerPC/PPCInstrInfo.cpp
llvm/trunk/test/CodeGen/PowerPC/stack-protector.ll
|