Displaying 2 results from an estimated 2 matches for "69d750fc".
Did you mean:
697a0fc
2020 Jan 22
2
New atomic handling status
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
2020 Feb 24
2
New atomic handling status
...mic load/store to integer. This distinction isn’t possible in GlobalISel, so it makes sense to move away from this being a situation to deal with.
-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200224/69d750fc/attachment.html>