NyuziToolchain
NyuziToolchain copied to clipboard
Optimize __sync_lock_release
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.