On 12/19/18 12:34 AM, tugouxp wrote: > hi folks: > i want to get the translated tcg operations printed on my test pattern, so > is there any way to get this for convenient?
-D logfile -d op will put the unoptimized tcg operations into the logfile. Use "op_opt" for the optimized tcg operations. r~