search for: d69219

Displaying 1 result from an estimated 1 matches for "d69219".

Did you mean: 369219
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 special case in T...