[all-commits] [llvm/llvm-project] 6f48e6: [SME] Store buffer to the correct pointer when set...

sdesmalen-arm via All-commits all-commits at lists.llvm.org
Wed Nov 16 08:38:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6f48e68d398d3dd5ffcdd9d86824cce01a6e2b3c
      https://github.com/llvm/llvm-project/commit/6f48e68d398d3dd5ffcdd9d86824cce01a6e2b3c
  Author: Sander de Smalen <sander.desmalen at arm.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
    M llvm/test/CodeGen/AArch64/sme-disable-gisel-fisel.ll
    M llvm/test/CodeGen/AArch64/sme-lazy-save-call.ll
    M llvm/test/CodeGen/AArch64/sme-shared-za-interface.ll

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

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

Reviewed By: david-arm

Differential Revision: https://reviews.llvm.org/D137734




More information about the All-commits mailing list