about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/common.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-03-31 15:20:59 +0000
committerbors <bors@rust-lang.org>2022-03-31 15:20:59 +0000
commitbd1a8692f6260fd59dba1e0fa187092a1c354b2e (patch)
tree1de4f925cd61aa8053cf2255465a93ec736f546f /compiler/rustc_codegen_llvm/src/common.rs
parent03314912f1361af6b39383958b5aa1b4aed61c26 (diff)
parent6b099db18cbf252e84ec7035c6f8917a61c3c231 (diff)
downloadrust-bd1a8692f6260fd59dba1e0fa187092a1c354b2e.tar.gz
rust-bd1a8692f6260fd59dba1e0fa187092a1c354b2e.zip
Auto merge of #90204 - cjgillot:owner-pull, r=michaelwoerister
Make lowering pull-based

~Based on https://github.com/rust-lang/rust/pull/90451~
Part of https://github.com/rust-lang/rust/pull/88186

The current lowering code visits all the item-likes in the AST in order, and lowers them one by one.
This PR changes it to index the AST and then proceed to lowering on-demand. This is closer to the logic of query-based lowering.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/common.rs')
0 files changed, 0 insertions, 0 deletions