diff options
| author | bors <bors@rust-lang.org> | 2021-09-12 23:49:24 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-09-12 23:49:24 +0000 |
| commit | 02d3c132ae621f751ea489c3e74158a8265d4d3f (patch) | |
| tree | 2aab9d557505256531486cb28b36b78793f95a82 /compiler/rustc_codegen_llvm/src/llvm_util.rs | |
| parent | a81217c12d70ec6707b4956e1f70c9f58ce992ac (diff) | |
| parent | 4ac4980b3311f9c7a339498b3dfe46acc7b904ff (diff) | |
| download | rust-02d3c132ae621f751ea489c3e74158a8265d4d3f.tar.gz rust-02d3c132ae621f751ea489c3e74158a8265d4d3f.zip | |
Auto merge of #88839 - nbdd0121:alignof, r=nagisa
Introduce NullOp::AlignOf This PR introduces `Rvalue::NullaryOp(NullOp::AlignOf, ty)`, which will be lowered from `align_of`, similar to `size_of` lowering to `Rvalue::NullaryOp(NullOp::SizeOf, ty)`. The changes are originally part of #88700 but since it's not dependent on other changes and could have performance impact on its own, it's separated into its own PR.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions
