Are there any command-line options I can set to get llc to run faster?
'-O0' should help. Using the local register allocator "regalloc=local" will go faster than linearscan, but produce worse code. And other similar flags.
-bw
Are there any command-line options I can set to get llc to run faster?
'-O0' should help. Using the local register allocator "regalloc=local" will go faster than linearscan, but produce worse code. And other similar flags.
-bw