[BOLT][AArch64] Use all supported CPU features on AArch64
authorDenis Revunov <revunov.denis@huawei-partners.com>
Tue, 12 Jul 2022 07:31:18 +0000 (03:31 -0400)
committerDenis Revunov <revunov.denis@huawei-partners.com>
Tue, 12 Jul 2022 07:56:04 +0000 (03:56 -0400)
commit7564167885aad214c85d55b6a6fb6b20b129346d
tree87c9eccfc4519b12f3b0e8db5842720f803f9f91
parentd4381153ea63e9458ffb9dd20ea92fb35d4e3042
[BOLT][AArch64] Use all supported CPU features on AArch64

Since we now have +all feature for AArch64 disassembler, we can use it
in BOLT and allow it to disassemble all ARM instructions supported by LLVM.

Reviewed by: rafauler

Differential Revision: https://reviews.llvm.org/D129139
bolt/lib/Core/BinaryContext.cpp