[PATCH] D20661: [esan|cfrag] Extend ToolInfo for the cache-fragmentation tool
Qin Zhao via llvm-commits
llvm-commits at lists.llvm.org
Wed May 25 21:47:55 PDT 2016
zhaoqin created this revision.
zhaoqin added a reviewer: aizatsky.
zhaoqin added subscribers: zhaoqin, llvm-commits, eugenis, vitalybuka, kcc, bruening.
Adds shouldIgnoreStructType to filter application structs.
Adds createStructCounterName to create unique counter array names for
merging structs with the same name and layout.
Adds StructInfo into ToolInfo for tracking struct field access
information.
http://reviews.llvm.org/D20661
Files:
lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20661.58561.patch
Type: text/x-patch
Size: 6905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160526/5c47fc0f/attachment.bin>
More information about the llvm-commits
mailing list