fpc/tests/test/opt
fpc 790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
..
README * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
tcmov.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
tcse1.pp
tcse2.pp
tcse3.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00
treg1.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
treg2.dat
treg2.pp
treg3.pp * old logs removed and tabs fixed 2002-09-07 15:40:30 +00:00

This directory contains some tests which test the optimizer
Register variables:
  Enumerations .......................... treg1.pp
  Readln ................................ treg2.pp
  Range checking ........................ treg3.pp
Common subexpression elimination (assembler)
  Multidimensional array index operation. tcse1.pp
  CSE and range checking ................ tcse2.pp
  web bug 972............................ tcse3.pp
Peephole
  CMOV optimize ......................... tcmov.pp