NyuziToolchain icon indicating copy to clipboard operation
NyuziToolchain copied to clipboard

Optimize __sync_lock_release

Open jbush001 opened this issue 7 years ago • 0 comments

Currently, this is set to expand in NyuziISelLowering. This converts it to an atomic swap, which isn't necessary. Should simplify it to a store/membar.

jbush001 avatar Feb 22 '18 03:02 jbush001