codegen: split lower.rs into multiple files;
This splits off lower.rs into two files: lower.rs keeps all the utility functions, while lower_inst.rs contains the (gigantic!) function lowering a single Cranelift instruction into vcode. This is done to satisfy a check done on the maximal file's size when vendoring Rust source code into Mozilla central's repository.
This commit is contained in:
2141
cranelift/codegen/src/isa/aarch64/lower_inst.rs
Normal file
2141
cranelift/codegen/src/isa/aarch64/lower_inst.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user