search for: scan_end

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

Did you mean: chan_end
2006 Mar 16
2
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
...tried various alias analysis implementations either alone or in combination. Any thoughts? I'm sure that this will prove embarrassingly obvious. :-) Cheers, Eric ; ModuleID = 'regex-opt.bc' implementation ; Functions: bool %matches(ubyte* %begin, ubyte* %end) { entry: %scan_end = getelementptr ubyte* %end, int -1 ; <ubyte*> [#uses=1] br label %loop_test regex6: ; preds = %loop_test %c8 = load ubyte* %iter ; <ubyte> [#uses=1] %matches9 = seteq ubyte %c8, 97 ; <bool> [#uses=1] br bool...
2006 Mar 17
0
[LLVMdev] Stupid '-load-vn -licm' question (LLVM 1.6)
...d-vn -licm" -Chris > Any thoughts? I'm sure that this will prove embarrassingly obvious. :-) > > Cheers, > Eric > > ; ModuleID = 'regex-opt.bc' > > implementation ; Functions: > > bool %matches(ubyte* %begin, ubyte* %end) { > entry: > %scan_end = getelementptr ubyte* %end, int -1 ; <ubyte*> > [#uses=1] > br label %loop_test > > regex6: ; preds = %loop_test > %c8 = load ubyte* %iter ; <ubyte> [#uses=1] > %matches9 = seteq ubyte %c8, 97 ; <bool> [#us...