Displaying 10 results from an estimated 10 matches for "latic".
Did you mean:
lapic
2006 May 10
2
[LLVMdev] SCCP
...ng a new include/llvm/Transforms/SCCP.h be
>> the right idea?
>
> You could do that, but SCCPSolver isn't really useful to mainline LLVM
> for anything other than SCCP and IPSCCP, so we don't need it in a public
> header. Out of curiosity, what are you looking to use the latice values
> for? Why not just run SCCP and then look at the transformed code?
I was planning to write an analysis pass that checks the expression at
every conditional statement to see whether the value is underdefined or
not. This would be after SCCP and other optimizations have already been
run...
2006 May 10
0
[LLVMdev] SCCP
...SCCP.cpp. Would creating a new include/llvm/Transforms/SCCP.h be
> the right idea?
You could do that, but SCCPSolver isn't really useful to mainline LLVM for
anything other than SCCP and IPSCCP, so we don't need it in a public
header. Out of curiosity, what are you looking to use the latice values
for? Why not just run SCCP and then look at the transformed code?
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
2006 May 10
0
[LLVMdev] SCCP
On Tue, 9 May 2006, Nick Lewycky wrote:
>> You could do that, but SCCPSolver isn't really useful to mainline LLVM
>> for anything other than SCCP and IPSCCP, so we don't need it in a public
>> header. Out of curiosity, what are you looking to use the latice values
>> for? Why not just run SCCP and then look at the transformed code?
>
> I was planning to write an analysis pass that checks the expression at
> every conditional statement to see whether the value is underdefined or
> not.
Then just run the SCCP pass, and check to see...
2007 Dec 10
2
Viewport and grid.draw
Hi Deepayan and everyone,
I need to add a common legend to a group of latice
graphs, I have tried different ways using viewport and
grid.draw without success.
Here is what I have:
plot.new()
library(grid)
library('IDPmisc')
print(plot1, split=c(1,1,2,4), more=TRUE)
print(plot4, split=c(2,1,2,4), more=TRUE)
print(plot2, split=c(1,2,2,4), more=TRUE)
print(plot5,...
2006 May 10
2
[LLVMdev] SCCP
Chris Lattner wrote:
> On Tue, 9 May 2006, Nick Lewycky wrote:
>
>> For an analysis pass, I'm interested in reading the lattice values
>> calculated by SCCP. Should I split the current SCCP optimization into an
>> analysis piece and the optimization that depends on it, so that I can
>> use its analysis results?
>
> SCCP is already split into an SCCPSolver
2005 Mar 09
2
plotting
I have two questions for you. Firstly I'm having troubles trying to plot more
then 1 graph. I'm attempting to make a plot with 9 panels, but i have no clue
what type of code to use.
Secondly i was wondering if there was some code to generate random numbers
between two defined intervals and then have R chose one randomly in a program.
If you could answer either of these questions for me
2002 Jun 12
3
package lattice
Hi!
I am using R1.5.0. When using functions form lattice the background is
dark grey. I have tried to change it using par() but it does not work. By
the way, if I use par and the standard functions like hist() there is no
problem with the par function. Any hints?
Thank in advance,
Ignacio Perez
Escuela Colombiana de Ingenieria
2010 Aug 23
2
change order of plot panels in faceted ggplot/qplot
Hi,
I have a 5-paneled figure that i made using the facet function in
qplot (ggplot). I've managed to arrange the panels into two rows/
three columns, but for the sake of easy visual comparisons between
panels in my particular dataset, I want to have the two plots on the
bottom align on the right hand side of the figure instead of the left.
Here's an example:
m <-
2006 May 10
2
[LLVMdev] SCCP
...gt; On Tue, 9 May 2006, Nick Lewycky wrote:
>
>>> You could do that, but SCCPSolver isn't really useful to mainline LLVM
>>> for anything other than SCCP and IPSCCP, so we don't need it in a public
>>> header. Out of curiosity, what are you looking to use the latice values
>>> for? Why not just run SCCP and then look at the transformed code?
>>
>> I was planning to write an analysis pass that checks the expression at
>> every conditional statement to see whether the value is underdefined or
>> not.
>
> Then just run th...
2010 Aug 24
0
mlm for within subject design
...dicine
http://people.virginia.edu/~ll9f/
--Forwarded Message Attachment--
From: gunter.berton at gene.com
CC: r-help at r-project.org
To: ali at kmhome.org
Date: Mon, 23 Aug 2010 13:07:08 -0700
Subject: Re: [R] change order of plot panels in faceted ggplot/qplot
This is easy to do in xyplot (latice package) via the index.cond and
skip arguments. Don't know about ggplot though.
-- Bert
On Mon, Aug 23, 2010 at 11:02 AM, Alison Macalady wrote:
> Hi,
>
> I have a 5-paneled figure that i made using the facet function in qplot
> (ggplot). I've managed to arrange the panels...