Skip to content

Instantly share code, notes, and snippets.

@Bloofer
Created January 4, 2018 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bloofer/fab1cabd49546c715362369dbe96e850 to your computer and use it in GitHub Desktop.
Save Bloofer/fab1cabd49546c715362369dbe96e850 to your computer and use it in GitHub Desktop.
Common subexpression elimination result
tmp = b * c;
a = tmp + g;
d = tmp * e;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment