Edited loop_proto and its converter to make more "vectorizable" code according to kcc's comment in D47666
- Removed all while loops
- Can only index into array with induction variable
Paths
| Differential D47920
Made loop_proto more "vectorizable" ClosedPublic Authored by emmettneyman on Jun 7 2018, 5:18 PM.
Details Summary Edited loop_proto and its converter to make more "vectorizable" code according to kcc's comment in D47666
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 7 2018, 5:33 PM Closed by commit rC334252: [clang-fuzzer] Made loop_proto more "vectorizable". (authored by morehouse). · Explain WhyJun 7 2018, 5:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 150436 tools/clang-fuzzer/cxx_loop_proto.proto
tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx.cpp
|