Displaying 2 results from an estimated 2 matches for "cs11b001".
2015 Mar 20
2
[LLVMdev] Function of CorrelatedValuePropagation pass
Hi,
I am working on some changes to LazyValueInfo and I wanted to see how it was used in existing passes.
Currently I can see that Jump Threading and Correlated Value Propagation are the 2 passes that use LazyValueInfo.
However on the LLVM docs page of passes (http://llvm.org/docs/Passes.html <http://llvm.org/docs/Passes.html>), Correlated Value Propagation is not mentioned as a pass.
Does
2015 Mar 12
2
[LLVMdev] Google Summer of Code FP Range checks
Hi,
I am interested in applying to LLVM as part Google Summer of Code 2015. I have been going through LLVM code since about 4 months now, and while going though mailing list discussions I found particular interest in the point raised by Arch Robinson in January about the development of a floating point range check pass in LLVM.
I have been in touch with Arch as well as Hal Finkel about this and