mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-08-26 17:26:46 -04:00
7c95c240a3
LLVM can usually optimize these away, but especially for things like transmutes of newtypes it's silly to generate the `alloc`+`store`+`load` at all when it's actually a nop at LLVM level.