Uses ModulePass instead of FunctionPass for EfficiencySanitizerPass.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Why do you need this? Maybe add a note to the commit message with a quick explanation.
Paths
| Differential D20458
[esan] Use ModulePass for EfficiencySanitizerPass. ClosedPublic Authored by zhaoqin on May 19 2016, 9:09 PM.
Details Summary Uses ModulePass instead of FunctionPass for EfficiencySanitizerPass.
Diff Detail
Event Timelinezhaoqin updated this object. This revision is now accepted and ready to land.May 20 2016, 11:40 AM Comment Actions Why do you need this? Maybe add a note to the commit message with a quick explanation. Closed by commit rL270263: [esan] Use ModulePass for EfficiencySanitizerPass. (authored by bruening). · Explain WhyMay 20 2016, 1:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 57975 llvm/trunk/include/llvm/Transforms/Instrumentation.h
llvm/trunk/lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
|