Displaying 1 result from an estimated 1 matches for "b1b267e3".
2017 Mar 01
5
Any indispensable passes?
Hi everyone,
I am currently testing out a combination of IR->IR passes with opt to
benchmark how they affect performance. The source code works fine if simply
use the clang (-O0/-O3) to directly compile to object files and link them.
However, when I use opt with a select set of passes and then use llc to
compile them to binary, the compiled binary is wrong.
That makes me wonder if there are