[PATCH] D97767: [AMDGPU][GlobalISel] Add support for global atomicrmw fadd

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 8 06:07:15 PST 2021


arsenm added a comment.

In D97767#2610596 <https://reviews.llvm.org/D97767#2610596>, @foad wrote:

> Ping. Is it OK to rely on the atomic-expand pass having been run? That seems to be how SelectionDAG works.

Yes, although some additional verification wouldn't hurt in case something decides to do something based on the legality information


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97767



More information about the llvm-commits mailing list