[all-commits] [llvm/llvm-project] 10c2ba: [lldb][ARM] Add tests for vpush/vpop D registers

David Spickett via All-commits all-commits at lists.llvm.org
Tue Jul 26 01:41:36 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10c2bab50e7aab5ad1cb5e8ecd3b12ddca3b19b4
      https://github.com/llvm/llvm-project/commit/10c2bab50e7aab5ad1cb5e8ecd3b12ddca3b19b4
  Author: David Spickett <david.spickett at linaro.org>
  Date:   2022-07-26 (Tue, 26 Jul 2022)

  Changed paths:
    M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
    A lldb/test/API/arm/emulation/new-test-files/test-vpop-1-dregs-thumb.dat
    A lldb/test/API/arm/emulation/new-test-files/test-vpush-1-dregs-thumb.dat

  Log Message:
  -----------
  [lldb][ARM] Add tests for vpush/vpop D registers

Previously we just checked via S regs and were not checking
memory content after pushes.

The vpush test confirms that the fix in https://reviews.llvm.org/D130307
is working.

Memory will only be checked if an "after" state is provided.

Reviewed By: clayborg

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




More information about the All-commits mailing list