[PATCH] D60679: [LowerAtomic] Lower fadd and fsub atomicrmw instructions

Josh Berdine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 03:25:41 PDT 2019


jberdine added a comment.

My understanding (which shouldn't be taken to imply much) is that lib/Transforms/Scalar/LowerAtomic.cpp is for contexts where atomic semantics is known to be unnecessary due to e.g. executing only in a sequential context.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60679





More information about the llvm-commits mailing list