summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorArthur Eubanks <aeubanks@google.com>2021-05-24 18:44:14 -0700
committerArthur Eubanks <aeubanks@google.com>2021-05-24 20:25:52 -0700
commita2ae14514a26bda6d8dae11e56f3186931b8d8c7 (patch)
tree1416cd7ffd9d2b30d4121a2003c27628ecf0372f /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parente77d24f70a8a0cea7de8101b7374fa45ffe18136 (diff)
Making Instrumentation aware of LoopNest Pass
Intrumentation callbacks are not made aware of LoopNest passes. From the loop pass manager, we can pass the outermost loop of the LoopNest to instrumentation in case of LoopNest passes. The current patch made the change in two places in StandardInstrumentation.cpp. I will submit a proper patch where the OuterMostLoop is passed from the LoopPassManager to the call backs. That way we will avoid making changes at multiple places in StandardInstrumentation.cpp. A testcase also will be submitted. Reviewed By: aeubanks Differential Revision: https://reviews.llvm.org/D102463
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions