simd icon indicating copy to clipboard operation
simd copied to clipboard

💥 Incorrect codegen for unaligned load/store (ARM NEON)

Open Nugine opened this issue 3 years ago • 0 comments

Upstream:

  • https://github.com/llvm/llvm-project/issues/59081
  • https://github.com/rust-lang/stdarch/issues/1217

https://rust.godbolt.org/z/qjx6znnq4

rustc 1.67.0-nightly (83356b78c 2022-11-17)
binary: rustc
commit-hash: 83356b78c4ff3e7d84e977aa6143793545967301
commit-date: 2022-11-17
host: x86_64-unknown-linux-gnu
release: 1.67.0-nightly
LLVM version: 15.0.4

https://developer.arm.com/documentation/den0018/a/NEON-Instruction-Set-Architecture/Alignment

Nugine avatar Nov 19 '22 05:11 Nugine