[PATCH] D33587: [DAGCombine] Do several rounds of combine.
Filipe Cabecinhas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 26 07:56:50 PDT 2017
filcab added a comment.
In https://reviews.llvm.org/D33587#765703, @deadalnix wrote:
> I usually do not work with clang. Do you have instructions I can follow to get that bc file ?
You need to build llvm+clang as mentioned on the getting started guide, but set `LLVM_ENABLE_LTO=ON` on cmake.
clang was an example of "a large code-base" with LTO. I'm ok with timings from other big programs (but clang is usually easier to compare with other people).
https://reviews.llvm.org/D33587
More information about the llvm-commits
mailing list