[LLVMdev] optimization in presence of floating point

Cameron McInally cameron.mcinally at nyu.edu
Thu Apr 18 13:10:02 PDT 2013


On Thu, Apr 18, 2013 at 3:37 PM, Reed Kotler <rkotler at mips.com> wrote:

> 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.
>


This sounds like a membarrier.


> or a wrapper that indicates that the IR in it must be processed
> canonically.
>

Or, maybe a volatile-like flag that only exists within a certain scope.

-Cameron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130418/2e8c3689/attachment.html>


More information about the llvm-dev mailing list