cdl-saarland / rv

RV: A Unified Region Vectorizer for LLVM
Other
106 stars 16 forks source link

AtomicRMW CodeGen #50

Closed m-kurtenacker closed 4 years ago

m-kurtenacker commented 4 years ago

Implements AtomicRMW instructions for #49.

simoll commented 4 years ago

This LGTM on the functional side. Can you add tests for this? The atomics support in #include <stdatomic.h> should cover all cases.

m-kurtenacker commented 4 years ago

👍, I'll add some tests.