Basic Inline Assembly (#149)

* basic inline assembly support

* fix rlet

* clean up detail in IR and update documentation
This commit is contained in:
water111
2020-12-04 12:57:10 -05:00
committed by GitHub
parent ea479bee98
commit 90e5c023f1
30 changed files with 761 additions and 53 deletions
+1
View File
@@ -126,6 +126,7 @@ void print_result(const AllocationInput& in, const AllocationResult& result) {
AllocationResult allocate_registers(const AllocationInput& input) {
AllocationResult result;
RegAllocCache cache;
cache.is_asm_func = input.is_asm_function;
// if desired, print input for debugging.
if (input.debug_settings.print_input) {