[PATCH] D47920: Made loop_proto more "vectorizable"
Emmett Neyman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 7 17:18:03 PDT 2018
emmettneyman created this revision.
emmettneyman added reviewers: kcc, vitalybuka, morehouse.
Herald added a subscriber: cfe-commits.
Edited loop_proto and its converter to make more "vectorizable" code
- Removed all while loops
- Can only index into array with induction variable
Repository:
rC Clang
https://reviews.llvm.org/D47920
Files:
tools/clang-fuzzer/cxx_loop_proto.proto
tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47920.150435.patch
Type: text/x-patch
Size: 4767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180608/5c0b24c7/attachment.bin>
More information about the llvm-commits
mailing list