OSDN Git Service

[FuzzMutate] Allow only sized pointers for the GEP instruction
authorIgor Laevsky <igmyrj@gmail.com>
Thu, 7 Dec 2017 11:10:11 +0000 (11:10 +0000)
committerIgor Laevsky <igmyrj@gmail.com>
Thu, 7 Dec 2017 11:10:11 +0000 (11:10 +0000)
commit9fb4bebf8e4d975659c69d7010c1317832181e9c
tree99fcf462720dbbd33b875c2da977e9f5eed31aad
parentb8b865bdd85808d0d092a52cc5baa6a463b72dd3
[FuzzMutate] Allow only sized pointers for the GEP instruction

Differential Revision: https://reviews.llvm.org/D40837

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320032 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/FuzzMutate/OpDescriptor.h
lib/FuzzMutate/Operations.cpp
unittests/FuzzMutate/OperationsTest.cpp