search for: newpassmanag

Displaying 3 results from an estimated 3 matches for "newpassmanag".

Did you mean: newpassmanager
2020 Jul 18
3
Regarding the project "Create LoopNestPass"
...o longer required in the New Pass Manager. So should we also implement a LoopNestPass subclass that allows implementing loop-nest-passes for the Legacy Pass Manager? Finally, I have some questions that might not be very relevant to the project. But currently, how does the LegacyPassManager and the NewPassManager interact? Also, is it possible to add passes designed for LegacyPassManager into the NewPassManager and vice versa? What do you think about the plan? I'm quite likely to miss something important, so please kindly correct me if I'm in the wrong direction. Thank you very much! Sincerely,...
2020 Jul 24
2
Regarding the project "Create LoopNestPass"
...Pass Manager > will soon be the default Pass Manager, we should not spend extra effort to > create LoopNestPass in Legacy Pass Manager. > > > Finally, I have some questions that might not be very relevant to the > project. But currently, how does the LegacyPassManager and the > NewPassManager interact? Also, is it possible to add passes designed for > LegacyPassManager into the NewPassManager and vice versa? > > Most transformations have both for LegacyPassManager and NewPassManager, > and have the actual implementation of the transformations in a separate > class, or a...
2020 Jul 15
2
Regarding the project "Create LoopNestPass"
Hi, I'm a college student who is quite new to the community and is interested in contributing to the LLVM project. Although I haven't applied to GSoC, I notice that the project "Create LoopNestPass" seems to be unassigned. So I'm curious whether anyone is currently working on it, and if not, is it possible for me to work on it as a side-project? I've been programming in