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

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 1 10:35:23 PDT 2018


jfb added a comment.

Is this to support wg21.link/p0020 ?

Can you do fsub while you're there. It should be exactly the same thing.

AFAIK we don't care about FP flags at all here, correct? Even `strictfp` is irrelevant.


https://reviews.llvm.org/D53965





More information about the llvm-commits mailing list