Displaying 1 result from an estimated 1 matches for "chengniansun".
2016 Mar 04
4
Regarding Usage of opt
Hi,
I am new to llvm, and recently am playing with opt. I want to use opt to
apply one optimization pass to a .bc file. However, I encounter some
problems which I failed to find the answers on the internet. Any
suggestions are highly appreciated.
Question 1:
For example, I issued the following command
$: opt-trunk -si-lower-control-flow t.c_00.bc -o t.c_01.bc
Then I got the following