[PATCH] D137734: [SME] Store buffer to the correct pointer when setting up lazy-save.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 13:05:40 PST 2022


sdesmalen created this revision.
sdesmalen added reviewers: david-arm, kmclaughlin, aemerson.
Herald added a subscriber: hiraditya.
Herald added a project: All.
sdesmalen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This fixes a bug in 'allocateLazySaveBuffer' that led to the
buffer pointer being stored to the wrong address.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D137734

Files:
  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137734.474333.patch
Type: text/x-patch
Size: 4930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221109/5c8fd798/attachment.bin>


More information about the llvm-commits mailing list