Files
rust/compiler/rustc_codegen_llvm/src/llvm
Erik Desjardins 69ae4233cf Add !align metadata on loads of &/&mut/Box
Note that this refers to the alignment of what the loaded value points
to, _not_ the alignment of the loaded value itself.
2022-02-28 20:04:36 -05:00
..