llvm-project/llvm/lib/Target/AArch64/Disassembler
Victor Campos da852b03b0 [AArch64] Emit warning when disassembling unpredictable LDRAA and LDRAB
Summary:
LDRAA and LDRAB in their writeback variant should softfail when the same
register is used as result and base.

This patch adds a custom decoder that catches such case and emits a
warning when it occurs.

Differential Revision: https://reviews.llvm.org/D82541
2020-06-25 15:56:36 +01:00
..
AArch64Disassembler.cpp [AArch64] Emit warning when disassembling unpredictable LDRAA and LDRAB 2020-06-25 15:56:36 +01:00
AArch64Disassembler.h
AArch64ExternalSymbolizer.cpp
AArch64ExternalSymbolizer.h
CMakeLists.txt
LLVMBuild.txt