Displaying 3 results from an estimated 3 matches for "lowney".
Did you mean:
looney
2010 Jun 04
0
[LLVMdev] Speculative phi elimination at the top of a loop?
Hi,
On Fri, Jun 4, 2010 at 5:18 AM, Pekka Nikander
<pekka.nikander at nomadiclab.com> wrote:
> Would the best way be to add an option to -loop-unroll, and hack away at lib/Transforms/Utils/LoopUnroll.cpp?
Instead, the better alternative is to write another pass similar to
LoopUnrollPass.cpp (say LoopPeelPass.cpp) and add new option
-loop-peel. The new pass could use llvm::UnrollLoop()
2010 Jun 04
5
[LLVMdev] Speculative phi elimination at the top of a loop?
I am working on heavily optimising unusually static C++ code, and have encountered a situation where I basically want an optimiser that would speculatively unroll a loop to see if the first round of the loop could be optimised further. (I happen to know that it is possible.) The previous optimisations that produce the loop in the first place already do a magical job (relying heavily on constant
2014 Apr 27
7
Disappearing Network Manager config scripts
Is anyone frustrated by Network Manager? I wish CentOS just used the basic
configuration files like the ones on BSD-style OSes. Those are so simple in
comparison.
Each time I reboot, it seems like the configuration file I create for
Network Manager gets destroyed and replaced with a default file. Nothing in
the default file would actually make sense on my network, so I'm not even
really sure