mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 08:26:45 +00:00

This patch adds a helper function to test target architecture is AArch64 or not. This also tightens isAArch64* helpers by adding an extra architecture check. Reviewed By: DavidSpickett Differential Revision: https://reviews.llvm.org/D105483