Instrument GEP instruction for counting the number of struct field
address calculation to approximate the number of struct field accesses.
Adds test struct_field_count_basic.ll to test the struct field
instrumentation.
Paths
| Differential D20892
[esan|cfrag] Instrument GEP instr for struct field access. ClosedPublic Authored by zhaoqin on Jun 1 2016, 6:27 PM.
Details Summary Instrument GEP instruction for counting the number of struct field Adds test struct_field_count_basic.ll to test the struct field
Diff Detail
Event Timelinezhaoqin updated this object.
zhaoqin added inline comments.
This revision is now accepted and ready to land.Jun 2 2016, 3:44 PM Closed by commit rL271619: [esan|cfrag] Instrument GEP instr for struct field access. (authored by zhaoqin). · Explain WhyJun 2 2016, 7:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 59486 llvm/trunk/lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
llvm/trunk/test/Instrumentation/EfficiencySanitizer/struct_field_count_basic.ll
|