[all-commits] [llvm/llvm-project] 74054c: [HashRecognize] Make it a non-PM analysis (#144742)
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Thu Jun 19 04:30:19 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74054cab7a3e04b323828850409343932e975737
https://github.com/llvm/llvm-project/commit/74054cab7a3e04b323828850409343932e975737
Author: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: 2025-06-19 (Thu, 19 Jun 2025)
Changed paths:
M llvm/include/llvm/Analysis/HashRecognize.h
M llvm/lib/Analysis/HashRecognize.cpp
M llvm/lib/Passes/PassRegistry.def
Log Message:
-----------
[HashRecognize] Make it a non-PM analysis (#144742)
Make HashRecognize a non-PassManager analysis that can be called to get
the result on-demand, creating a new getResult() entry-point. The issue
was discovered when attempting to use the analysis to perform a
transform in LoopIdiomRecognize.
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