[PATCH] D50342: Changed how LLVM IR was generated to increase vectorization
Matt Morehouse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 6 13:24:26 PDT 2018
morehouse added inline comments.
================
Comment at: clang/tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.cpp:129
+ << "br i1 %5, label %6, label %8\n"
+ << "; <label>:6:\n"
+ << "br label %9\n"
----------------
emmettneyman wrote:
> morehouse wrote:
> > Does removing branch names really make this easier to vectorize?
> Same answer as above. Should I change these back?
I think the previous labels were more human-readable.
Repository:
rC Clang
https://reviews.llvm.org/D50342
More information about the cfe-commits
mailing list