about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/llvm_util.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-04-17 19:31:45 +0000
committerbors <bors@rust-lang.org>2023-04-17 19:31:45 +0000
commit56e28e904d6b3404abaaeb65d33636cc35ca3f4b (patch)
tree5eb08e617b28bb04f9498277c6323c4829b870dd /compiler/rustc_codegen_llvm/src/llvm_util.rs
parent31656e7295ebd5f2f6597f10c011e2ac4ba3ef39 (diff)
parent69279c0584a1ee78100678062fd5a12ed1beaec3 (diff)
downloadrust-56e28e904d6b3404abaaeb65d33636cc35ca3f4b.tar.gz
rust-56e28e904d6b3404abaaeb65d33636cc35ca3f4b.zip
Auto merge of #110343 - saethlin:encode-initmask, r=lqd
Bypass the varint path when encoding InitMask

The data in a `InitMask` is stored as `u64` but it is a large bitmask (not numbers) so varint encoding doesn't make sense.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/llvm_util.rs')
0 files changed, 0 insertions, 0 deletions