Displaying 4 results from an estimated 4 matches for "006619".
Did you mean:
006618
2016 Jun 16
2
Intended behavior of CGSCC pass manager.
...>> tools/opt/PassPrinters.cpp:struct CallGraphSCCPassPrinter : public
>>> CallGraphSCCPass {
>>>
>>> CGSCC passes seem to have been added in what is now SVN r8247 (~Aug
>>> 2003)
>>> http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20030825/006619.html
>>> (LLVM appears to have been in CVS at the time).
>>>
>>> Chris, do you remember the motivation for doing the CGSCC visitation
>>> instead of a pure post-order function visitation like David is mentioning?
>>> (or was it just an oversight / hindsi...
2016 Jun 09
2
Intended behavior of CGSCC pass manager.
...lGraphSCCPass.cpp: class PrintCallGraphPass : public
CallGraphSCCPass {
tools/opt/PassPrinters.cpp:struct CallGraphSCCPassPrinter : public
CallGraphSCCPass {
CGSCC passes seem to have been added in what is now SVN r8247 (~Aug 2003)
http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20030825/006619.html
(LLVM appears to have been in CVS at the time).
Chris, do you remember the motivation for doing the CGSCC visitation
instead of a pure post-order function visitation like David is mentioning?
(or was it just an oversight / hindsight-20-20 thing?) Do you think it
would make sense to replace CG...
2016 Jun 16
5
Intended behavior of CGSCC pass manager.
...>> CallGraphSCCPass {
>> tools/opt/PassPrinters.cpp:struct CallGraphSCCPassPrinter : public
>> CallGraphSCCPass {
>>
>> CGSCC passes seem to have been added in what is now SVN r8247 (~Aug 2003)
>> http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20030825/006619.html
>> (LLVM appears to have been in CVS at the time).
>>
>> Chris, do you remember the motivation for doing the CGSCC visitation
>> instead of a pure post-order function visitation like David is mentioning?
>> (or was it just an oversight / hindsight-20-20 thing?) Do...
2016 Jun 08
2
Intended behavior of CGSCC pass manager.
On Wed, Jun 8, 2016 at 12:31 PM, Xinliang David Li <davidxl at google.com>
wrote:
>
>
> On Wed, Jun 8, 2016 at 4:19 AM, Sean Silva <chisophugis at gmail.com> wrote:
>
>> Hi Chandler, Philip, Mehdi, (and llvm-dev,)
>>
>> (this is partially a summary of some discussions that happened at the
>> last LLVM bay area social, and partially a discussion