[llvm] [SystemZ] Don't lower float/double ATOMIC_[LOAD|STORE] to [LOAD|STORE] (PR #75879)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 29 03:33:52 PST 2024


arsenm wrote:

> We could do something similar with the atomic_store:s, like z_store, but it seems the handling of stores is quite alright like this, or?

Stores should be similarly handled, you can also use PatFrags 


https://github.com/llvm/llvm-project/pull/75879


More information about the llvm-commits mailing list