Controls the use of load store elimination optimization.
#pragma load_store_elimination on|off|reset
This optimization will track all loads and stores within the entire function and figure out which ones are unnecessary and deletes them.
This optimization will be enabled by default only when the opt level is 3 or higher.
This pragma does not correspond to any panel setting.