5.4. LOAD_REDUCE

Format:


        PRAGMA OPT LOAD_REDUCE { YES | NO | }
      

YES -- Perform load reduction
* NO -- Do not perform load reduction

Load reduction tracks the value in W and attempts to remove any load into W of a value it already holds.

nb: this is still considered experimental!