diff options
author | Lukacma <Marian.Lukac@arm.com> | 2025-04-14 14:55:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-14 14:55:06 +0100 |
commit | efe9cb0f79a074ab472ec51d8463aac6931d670a (patch) | |
tree | 4d279d4e3fe9bd669fc0b79ffff541ff6084e819 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 10a15024212fe9ac06adad7daad2c1bb510a612c (diff) | |
download | llvm-efe9cb0f79a074ab472ec51d8463aac6931d670a.zip llvm-efe9cb0f79a074ab472ec51d8463aac6931d670a.tar.gz llvm-efe9cb0f79a074ab472ec51d8463aac6931d670a.tar.bz2 |
[AArch64] Model ZA array using inaccessible memory (#132058)
This patch changes how ZA array is modelled at LLVM-IR level. Currently
accesses to ZA are represented at LLVM-IR level as memory reads and
writes and at instruction level as unmodeled side-effects. This patch
changes that and models them as purely Inaccessible memory accesses
without any unmodeled side-effects.
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
0 files changed, 0 insertions, 0 deletions