search for: 054078

Displaying 4 results from an estimated 4 matches for "054078".

2012 Nov 06
2
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...-using existing ones? If you're reusing existing ones, which ones? > And how would they need to be modified to become 'OpenMP aware'? > > Can you please comment on the loop-analysis use case that I outline > here: > http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/054078.html > Would this kind of simplification fall under the 'constant > propagation' transformation, or will something else be required? > > What might be most useful is if we develop a set of optimization > tests so that we have a set of use cases from which we can base a >...
2012 Oct 10
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...se transformations, or re-using existing ones? If you're reusing existing ones, which ones? And how would they need to be modified to become 'OpenMP aware'? Can you please comment on the loop-analysis use case that I outline here: http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/054078.html Would this kind of simplification fall under the 'constant propagation' transformation, or will something else be required? What might be most useful is if we develop a set of optimization tests so that we have a set of use cases from which we can base a design. Do you already have a...
2012 Oct 03
2
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
Hal, > While I think that it will be relatively easy to have the intrinsics > serve as code-motion barriers for other code that might be threads > sensitive (like other external function calls), we would need to think > through exactly how this would work. The easiest thing would be to make > the intrinsics have having unmodeled side effects, although we might > want to do
2012 Nov 07
0
[LLVMdev] [RFC] OpenMP Representation in LLVM IR
...s? If you're reusing existing ones, which ones? >> And how would they need to be modified to become 'OpenMP aware'? >> >> Can you please comment on the loop-analysis use case that I outline >> here: >> http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-October/054078.html >> Would this kind of simplification fall under the 'constant >> propagation' transformation, or will something else be required? >> >> What might be most useful is if we develop a set of optimization >> tests so that we have a set of use cases from which...