search for: indvar1

Displaying 2 results from an estimated 2 matches for "indvar1".

Did you mean: indvars
2006 Jul 12
2
string-length limitations
Hi, I'm attempting to "glm" a formula - something that's not caused problems in the past. I've used formulas of the form formula( "dependant-variable~independant-variables" ) where the independant variable string is of the form: "indvar1+indvar2+...+indvarN" Now, however, our independant variable strings are quite long (hundreds of variables) - R dies with an "input buffer overflow" error. I've tried writing out the code to files and sourcing them, as well as building the strings incrementally in R, but thes...
2013 Jan 04
4
[LLVMdev] [Polly] Aliasing problems escalation (WAS: Re: [DragonEgg] [Polly] Should we expect DragonEgg to produce identical LLVM IR for identical GIMPLE?)
...39 @@ br label %"10.cloned" "16.cloned": ; preds = %"15.cloned" - %1 = add i64 %indvar3, 1 - %exitcond12 = icmp eq i64 %1, 64 - br i1 %exitcond12, label %"17.exitStub", label %"10.cloned" + %1 = add i64 %indvar1, 1 + %exitcond9 = icmp eq i64 %1, 64 + br i1 %exitcond9, label %"17.exitStub", label %"10.cloned" "10.cloned": ; preds = %"Loop Function Root.split", %"16.cloned" - %indvar3 = phi i64 [ 0, %"Loop Functi...