[llvm-dev] New atomic handling status

Matt Arsenault via llvm-dev llvm-dev at lists.llvm.org
Wed Jan 22 05:35:39 PST 2020


Hi,

What is the current status of the new atomic load/store lowering started in https://reviews.llvm.org/D69219? <https://reviews.llvm.org/D69219?> The main reason atomic stores currently don’t work in GlobalISel is because the operands for atomic store are backwards from a regular store. Can we invert the operand order of the pattern nodes yet? That would avoid the need to handle the special case in TableGen.

-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200122/e5a98f75/attachment-0001.html>


More information about the llvm-dev mailing list