Displaying 1 result from an estimated 1 matches for "2e8c3689".
Did you mean:
283689
2013 Apr 18
1
[LLVMdev] optimization in presence of floating point
For reordering issues, it would be useful for llvm ir to provide various
ways to control reordering.
for example, a wrapper that indicates that other operations cannot be
moved inside the wrapper.
or a wrapper that indicates that the IR in it must be processed canonically.
I think GCC may already have some of this but I'm not sure.
On 04/17/2013 08:59 PM, Hal Finkel wrote:
> -----