[PATCH] D53965: IR: Add fp operations to atomicrmw

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 21 17:56:06 PST 2019


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: docs/LangRef.rst:8470
    comparison)
+- fadd: ``*ptr = *ptr + val`` (using floating point rules)
+- fsub: ``*ptr = *ptr - val`` (using floating point rules)
----------------
using floating-point rules -> using floating-point arithmetic


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53965/new/

https://reviews.llvm.org/D53965





More information about the llvm-commits mailing list