Make the CSE pass more aggressive.  It now commons up Mux0X and GetI
expressions too.  This generates somewhat better FP code on x86 since
it removes more redundant artefacts from the x87 FP stack simulation.
Unfortunately commoning up GetIs complicates CSEs, since it is now
possible that "available expressions" collected by the CSEr will
become invalidated by writes to the guest state as we work through the
block.  So there is additional code to check for this case.

Some supporting functions (getAliasingRelation_IC and
getAliasingRelation_II) have been moved earlier in the file.



git-svn-id: svn://svn.valgrind.org/vex/trunk@1566 8f6e269a-dfd6-0310-a8e1-e2731360e62c
2 files changed