[all-commits] [llvm/llvm-project] 7f8779: [llvm][AArch64] Actually check expected FPU for CPUs
David Spickett via All-commits
all-commits at lists.llvm.org
Thu Dec 17 01:16:15 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7f8779e4e66b4eb3292386c1a214019f7a519c0e
https://github.com/llvm/llvm-project/commit/7f8779e4e66b4eb3292386c1a214019f7a519c0e
Author: David Spickett <david.spickett at linaro.org>
Date: 2020-12-17 (Thu, 17 Dec 2020)
Changed paths:
M llvm/unittests/Support/TargetParserTest.cpp
Log Message:
-----------
[llvm][AArch64] Actually check expected FPU for CPUs
We were passing this as an argument but never using
it. ARM has always checked this.
Note that the FPU list is shared between ARM and AArch64
so there is no AArch64::getFPUName, just ARM::getFPUName.
Reviewed By: dmgreen
Differential Revision: https://reviews.llvm.org/D93387
More information about the All-commits
mailing list