summaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2025-10-22 17:19:12 +0300
committerGitHub <noreply@github.com>2025-10-22 17:19:12 +0300
commitf7bbcdea8e9c0cb17e44c3920631eaad449f3229 (patch)
tree975452ae383bd490560cccbe3cfd19a07ce1db93 /llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
parentea45fec99c10b940938c8497a9b0d3d64388d44b (diff)
[compiler-rt] Fix building for arm64ec (#164590)
c208a23643231d0b19c6f795895a16dfe6797340 added the directive `.att_syntax` when building for x86 architectures. However, when building for arm64ec (a Windows target, for an ABI compatible with x86_64), the defines for `__x86_64__` (and similar ones like `__amd64__`) are still defined, so we need to check for `__arm64ec__` here as well to skip it for such targets. This matches similar existing ifdefs for x86_64/aarch64 in compiler-rt builtins.
Diffstat (limited to 'llvm/lib/Transforms/Vectorize/LoopVectorize.cpp')
0 files changed, 0 insertions, 0 deletions