llvm-project/llvm/lib/Target/AArch64/Utils
David Spickett 20741c74c5 [llvm][AArch64] Fix "+all" feature for sysreg aliases
For example the predres extension adds one instruction that
is a sys alias. Previously this wasn't disassembled properly
with "+all".

This was because a check for "+all" was added to haveFeatures
in AArch64SysReg but not in SysAlias.

Reviewed By: MaskRay, lenary

Differential Revision: https://reviews.llvm.org/D129147
2022-07-06 08:41:53 +00:00
..
AArch64BaseInfo.cpp
AArch64BaseInfo.h [llvm][AArch64] Fix "+all" feature for sysreg aliases 2022-07-06 08:41:53 +00:00
CMakeLists.txt