This is an archive of the discontinued LLVM Phabricator instance.

[esan|cfrag] Handle complex GEP instr in the cfrag tool
ClosedPublic

Authored by zhaoqin on Jun 10 2016, 1:53 PM.

Details

Summary

Iterates all (except the first and the last) operands within the GEP instruction
for instrumentation.

Adds test struct_field_gep.ll.

Diff Detail

Repository
rL LLVM

Event Timeline

zhaoqin updated this revision to Diff 60399.Jun 10 2016, 1:53 PM
zhaoqin retitled this revision from to [esan|cfrag] Handle complex GEP instr in the cfrag tool.
zhaoqin updated this object.
zhaoqin added a reviewer: aizatsky.
zhaoqin added subscribers: llvm-commits, bruening, eugenis and 3 others.

The commit message has spelling and grammar errors.

zhaoqin updated this object.Jun 10 2016, 2:24 PM
aizatsky accepted this revision.Jun 10 2016, 2:45 PM
aizatsky edited edge metadata.
This revision is now accepted and ready to land.Jun 10 2016, 2:45 PM
This revision was automatically updated to reflect the committed changes.