You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains a couple of lit tests that look at generated code to catch potential codegen issues and to verify that constant folding gets rid of switch statements over memory ordering enumerations. These do not cover all supported atomic types and they aren't currently configured for execution.
Set up a lit configuration that allows us to easily execute these tests. This does not need to be integrated into the package manager.
Update and extend the existing tests to look at double-wide atomics, atomic booleans and other features that aren't currently covered.
The text was updated successfully, but these errors were encountered:
This repository contains a couple of lit tests that look at generated code to catch potential codegen issues and to verify that constant folding gets rid of switch statements over memory ordering enumerations. These do not cover all supported atomic types and they aren't currently configured for execution.
The text was updated successfully, but these errors were encountered: