[clang] [llvm] [AArch64][SVE] Lower unpredicated loads/stores as LDR/STR. (PR #127837)

Ricardo Jesus via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 21 00:31:56 PST 2025


rj-jesus wrote:

Thanks for the pointer, @davemgreen. You're right, with `+strict-align` this has to be 16B aligned.
This is also only valid for LE, but this should already be enforced.

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


More information about the cfe-commits mailing list