-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Area:FuzzerSpecifically affecting the program mutatorSpecifically affecting the program mutatorType:EnhancementNew feature or requestNew feature or request
Description
There are some known historical bugs based on the conditional execution of atomics. With this in mind, it makes sense to me to introduce support for x ? y : z in the expression generator: it's a nice convenient way for introducing conditionality on integer expressions.
As usual, this'd need a few new legs adding to Fir, some traversal threading-through, expression generator support, abstraction and reification functions, the works.
Metadata
Metadata
Assignees
Labels
Area:FuzzerSpecifically affecting the program mutatorSpecifically affecting the program mutatorType:EnhancementNew feature or requestNew feature or request