diff options
author | Pavel Iliin <Pavel.Iliin@arm.com> | 2024-02-22 23:33:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 23:33:54 +0000 |
commit | 568babab7e769a7793c28aee4f889898bf0bd8ba (patch) | |
tree | ae89e18e133391aee6f516e4155f50f153a6fe96 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | aaf2d078b62251b867f37eaa94621dbbbfa0e5b0 (diff) | |
download | llvm-568babab7e769a7793c28aee4f889898bf0bd8ba.zip llvm-568babab7e769a7793c28aee4f889898bf0bd8ba.tar.gz llvm-568babab7e769a7793c28aee4f889898bf0bd8ba.tar.bz2 |
[AArch64] Implement __builtin_cpu_supports, compiler-rt tests. (#82378)
The patch complements https://github.com/llvm/llvm-project/pull/68919
and adds AArch64 support for builtin
`__builtin_cpu_supports("feature1+...+featureN")`
which return true if all specified CPU features in argument are
detected. Also compiler-rt aarch64 native run tests for features
detection mechanism were added and 'cpu_model' check was fixed after its
refactor merged https://github.com/llvm/llvm-project/pull/75635 Original
RFC was https://reviews.llvm.org/D153153
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions