[PATCH] D132559: [AArch64] Add support for 128-bit non temporal loads.
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 10 07:31:07 PDT 2022
dmgreen added a comment.
Hello. I've had reports that this is changing the lowering of unaligned vector loads when strict-align is present. https://godbolt.org/z/bT4cnvn4a.
Custom lowering is often more pain than it is worth. It doesn't seem like something that is intended, and can lead to access violations if unaligned accesses are not enabled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132559/new/
https://reviews.llvm.org/D132559
More information about the llvm-commits
mailing list