[clang] [llvm] [AArch64] Add support for range prefetch intrinsic (PR #170490)

Kerry McLaughlin via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 7 09:10:02 PST 2026


================

----------------
kmclaughlin-arm wrote:

The new builtins are defined after the `else` below, so they are only defined for `__ARM_64BIT_STATE`.

The builtins don't require `__ARM_PREFETCH_RANGE`, but it is there as a way to check if they are implemented which is why I added `defined(__ARM_PREFETCH_RANGE)` to the tests as well.

https://github.com/llvm/llvm-project/pull/170490


More information about the cfe-commits mailing list