]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Enhance the CSE pass so it can common up loads from memory. Disabled
authorJulian Seward <jseward@acm.org>
Fri, 27 Feb 2015 13:22:48 +0000 (13:22 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 27 Feb 2015 13:22:48 +0000 (13:22 +0000)
commit2bee6426aa3ecd24b540a50ff55ddf7ebe4917bd
treef9298dd90a03b78354730f0cd96b36f676d1af22
parentf5dbfffc8774d04bfd1afbf829c5a75120389954
Enhance the CSE pass so it can common up loads from memory.  Disabled
by default since this is a somewhat dodgy proposition in the presence
of spinloops and racy accesses.

git-svn-id: svn://svn.valgrind.org/vex/trunk@3096
VEX/priv/ir_opt.c