[PATCH] D66309: Introduce infrastructure for an incremental port of SelectionDAG atomic load/store handling

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 15:39:18 PDT 2019


efriedma added a comment.

Is there an llvm-dev thread for the general project?  It looks fine to me, but maybe it should have a wider audience.

Are you planning to move all atomic load/store operations to this framework, eventually, or just unordered ones?

Do you have any test coverage for code using the flags from an unordered load folded into arithmetic, or a folded RMW operation?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D66309





More information about the llvm-commits mailing list