diff options
author | Sander de Smalen <sander.desmalen@arm.com> | 2024-05-02 16:39:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-02 16:39:47 +0100 |
commit | eb3a67173093b06eb1a4ce878c38b5c80926a957 (patch) | |
tree | 0bb1560af19966ad3b921d91f5207913e9b9e0b0 /llvm/lib/IR/Module.cpp | |
parent | a12622543de15df45fb9ad64e8ab723289d55169 (diff) | |
download | llvm-eb3a67173093b06eb1a4ce878c38b5c80926a957.zip llvm-eb3a67173093b06eb1a4ce878c38b5c80926a957.tar.gz llvm-eb3a67173093b06eb1a4ce878c38b5c80926a957.tar.bz2 |
[AArch64] Avoid vector interleave instructions when NEON and SVE are unavailable (#90723)
As the summary suggests, the code incorrectly assumes that it can use
NEON or SVE instructions to implement an interleaved load/store
operation, even when both features are unavailable in the selected
runtime mode.
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions