This revision was automatically updated to reflect the committed changes.
Closed by commit rC334252: [clang-fuzzer] Made loop_proto more
"vectorizable". (authored by morehouse, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D47920?vs=150435&id=150436#toc
Repository:
rC Cla
morehouse accepted this revision.
morehouse added a comment.
This revision is now accepted and ready to land.
Looks like a good start.
Repository:
rC Clang
https://reviews.llvm.org/D47920
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
ht
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: