Example


Task assignment From the following paragraph, write a propositional formula to characterize (possible) option relationships. See this example.
* indicates required fields.

Paragraph: (Extracted from here):
-fsched-spec-load
Allow speculative motion of some load instructions. This only makes sense when scheduling before register allocation, i.e. with -fschedule-insns or at -O2 or higher.


Answer

Propositional formula:
-fsched-spec-load IMPLIES (-fschedule-insns OR -O2 OR -O3).

Level of confidence in your answer:
High.