about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2023-05-07 03:00:41 -0700
committerScott McMurray <scottmcm@users.noreply.github.com>2023-05-31 19:10:28 -0700
commitbf36193ef6f8bc31cc2ae3ffe8ec9bfe0d3d29a8 (patch)
treedb59ccdba77d3aeac89616255764b65ce5603dab /compiler/rustc_codegen_llvm/src/errors.rs
parent9af3865deca9c601ef32ef4ed29f7cae5fed50a9 (diff)
downloadrust-bf36193ef6f8bc31cc2ae3ffe8ec9bfe0d3d29a8.tar.gz
rust-bf36193ef6f8bc31cc2ae3ffe8ec9bfe0d3d29a8.zip
Add a distinct `OperandValue::ZeroSized` variant for ZSTs
These tend to have special handling in a bunch of places anyway, so the variant helps remember that.  And I think it's easier to grok than non-Scalar Aggregates sometimes being `Immediates` (like I got wrong and caused 109992).  As a minor bonus, it means we don't need to generate poison LLVM values for them to pass around in `OperandValue::Immediate`s.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions