search for: sushant

Displaying 5 results from an estimated 5 matches for "sushant".

Did you mean: susant
2020 Nov 09
2
Inliner in legacy pass manager
...liner can't use DomTree/LoopInfo/MemorySSA analysis. 1. What's the reason for this? 2. Why can't we do it using getAnalysisUsage() construct? 3. Can inline use this information in the new Pass Manager? 4. What all information can we derive from DomTree to be of help to inliner? Regards Sushant -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201109/3bd338ca/attachment.html>
2020 Nov 10
1
Inliner in legacy pass manager
...odulePassManager it creates FunctionPassManager, runs the function pass,destroys the functionPassManager and returns control to modulePassManager? Also, you have said that this wasn't the primary reason for the introduction of the new pass manager. But then is this one of the reasons? Regards Sushant On Tue, Nov 10, 2020 at 2:28 AM Michael Kruse <llvmdev at meinersbur.de> wrote: > In the old pass manager a coarser-grain pass cannot depend on a > fine-grain pass (or analysis). In this case, the coarser-grain is the > Inliner (CallGraphSCCPass) and the finer a FunctionPass. The r...
2020 Nov 09
0
Inliner in legacy pass manager
...is not the primary reason for the introduction of the new pass manager: The legacy pass manager could have been modified to not free all analyses, but like the NPM keep a global map of all analyses run so far that have not been invalidated yet. Michael Am Mo., 9. Nov. 2020 um 05:28 Uhr schrieb sushant gokhale via llvm-dev <llvm-dev at lists.llvm.org>: > > Hi, > > In following link: > https://www.youtube.com/watch?reload=9&v=6X12D46sRFw > > They have specified that the inliner can't use DomTree/LoopInfo/MemorySSA analysis. > 1. What's the reason for this?...
2020 Nov 09
0
Adaptors in new pass manager
...ors be used in custom pass to change the schedule of pipeline? 4. Can adaptors be used to decide on the sequence of passes to be run such that sequence yields better results? By deciding I mean searching/trying out different sequences(like we search for good solutions in machine learning) Regards Sushant -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20201109/0b83729b/attachment.html>
2011 Apr 16
2
ERP Application working slow & toolbar missing in applicatio
Hi, i installed dotnet framework & Oracle 11g Runtime client, My ERP Applicaton working good in wine but two issue is there One is, its access database from oracle server, listed database i can not see when i scroll it, its take 5 to 6 minutes, and I cann't see tool bars in ERP application. please help