[all-commits] [llvm/llvm-project] d1c124: [lldb][ARM/AArch64] Update dissembler to v9.3-a
David Spickett via All-commits
all-commits at lists.llvm.org
Fri Jan 28 01:10:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1c124e6e7006ff5597981f8adcb48b2e26b110d
https://github.com/llvm/llvm-project/commit/d1c124e6e7006ff5597981f8adcb48b2e26b110d
Author: David Spickett <david.spickett at linaro.org>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
Log Message:
-----------
[lldb][ARM/AArch64] Update dissembler to v9.3-a
This means sve2 is enabled by default and the v8.8 mops (memcpy
and memset acceleration instructions) and HBC (hinted conditional
branch) extensions can be disassembled.
v9.3-a is equivalent to v8.8-a except that in v9.0-a sve2 was
enabled by default so v9.3-a includes that too.
MTE remains an optional extension, only enabled for specific CPUs.
Reviewed By: omjavaid
Differential Revision: https://reviews.llvm.org/D118358
More information about the All-commits
mailing list