Implement two more transforms of atomicrmw in InstCombine.
- We can convert an atomicrmw which produces a known value in memory into an xchg instead.
- We can convert an atomicrmw xchg w/o users into a store for some orderings.
Differential D58290
Convert atomicrmws to xchg or store where legal reames on Feb 15 2019, 9:41 AM. Authored by
Details Implement two more transforms of atomicrmw in InstCombine.
Diff Detail
Event TimelineComment Actions A few nits, LGTM otherwise.
|