This fixes a bug in 'allocateLazySaveBuffer' that led to the
buffer pointer being stored to the wrong address.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137734
[SME] Store buffer to the correct pointer when setting up lazy-save. ClosedPublic Authored by sdesmalen on Nov 9 2022, 1:05 PM.
Details Summary This fixes a bug in 'allocateLazySaveBuffer' that led to the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 16 2022, 1:32 AM This revision was landed with ongoing or failed builds.Nov 16 2022, 8:38 AM Closed by commit rG6f48e68d398d: [SME] Store buffer to the correct pointer when setting up lazy-save. (authored by sdesmalen). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 475835 llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/test/CodeGen/AArch64/sme-disable-gisel-fisel.ll
llvm/test/CodeGen/AArch64/sme-lazy-save-call.ll
llvm/test/CodeGen/AArch64/sme-shared-za-interface.ll
|