[all-commits] [llvm/llvm-project] 46c2d9: [StandardInstrumentation] Annotate loops with the ...
annamthomas via All-commits
all-commits at lists.llvm.org
Fri May 3 11:14:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46c2d936624322e141c6eff319e1ad2d25f1afd7
https://github.com/llvm/llvm-project/commit/46c2d936624322e141c6eff319e1ad2d25f1afd7
Author: annamthomas <anna at azul.com>
Date: 2024-05-03 (Fri, 03 May 2024)
Changed paths:
M llvm/lib/Passes/StandardInstrumentations.cpp
M llvm/test/Other/dump-before-after-invalidated.ll
M llvm/test/Other/loop-pass-ordering.ll
M llvm/test/Other/loop-print-after-pass-invalidated.ll
M llvm/test/Other/loopnest-pass-ordering.ll
M llvm/test/Other/print-at-pass-number.ll
M llvm/test/Transforms/LoopPredication/invalidate-analyses.ll
M llvm/test/Transforms/LoopRotate/pr35210.ll
M llvm/test/Transforms/LoopUnroll/revisit.ll
M llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-markloopasdeleted.ll
Log Message:
-----------
[StandardInstrumentation] Annotate loops with the function name (#90756)
When analyzing pass debug output it is helpful to have the function name
along with the loop name.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list