This commit is contained in:
Folkert 2020-09-18 01:07:53 +02:00
parent e9c2e116d4
commit 14da3906da
9 changed files with 360 additions and 26 deletions

View file

@ -273,6 +273,9 @@ pub fn gen(
}
}
// Uncomment this to see the module's optimized LLVM instruction output:
// env.module.print_to_stderr();
mpm.run_on(module);
// Verify the module