diff options
| author | bors <bors@rust-lang.org> | 2021-10-07 11:34:40 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-10-07 11:34:40 +0000 |
| commit | 680ff86391f19e12b485293f01372036e85ba87c (patch) | |
| tree | 408c58bd268e34156e8f42b8a4a36753277cba67 /compiler/rustc_codegen_llvm/src | |
| parent | ca8078d7b2e40c24a39e5fe2a910afef4c91ebfc (diff) | |
| parent | a31518fbf4843e7c998131a97f4a35beb60dd625 (diff) | |
| download | rust-680ff86391f19e12b485293f01372036e85ba87c.tar.gz rust-680ff86391f19e12b485293f01372036e85ba87c.zip | |
Auto merge of #86525 - shamatar:array_len_opt, r=oli-obk
Array `.len()` MIR optimization pass This pass kind-of works back the `[T; N].len()` call that at the moment is first coerced as `&[T; N]` -> `&[T]` and then uses `&[T].len()`. Depends on #86383
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
