[llvm] [SystemZ] Don't lower float/double ATOMIC_[LOAD|STORE] to [LOAD|STORE] (PR #75879)
Jonas Paulsson via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 14:12:19 PDT 2024
JonPsson1 wrote:
Removed check for extending atomic fp load nodes.
> Given that this patch adds extending atomic loads as a common-code feature, shouldn't now also common code attempt to match them in DAGCombine? Why does this need to be platform-specific? But I guess this can be looked at in a separate patch.
ok, will do a follow-up on moving that into common-code.
https://github.com/llvm/llvm-project/pull/75879
More information about the llvm-commits
mailing list