fpc/tests/test/opt
2001-05-19 11:44:42 +00:00
..
README * moved testopt to test/opt 2001-05-19 11:44:42 +00:00
tcmov.pp * moved testopt to test/opt 2001-05-19 11:44:42 +00:00
tcse1.pp * moved testopt to test/opt 2001-05-19 11:44:42 +00:00
tcse2.pp * moved testopt to test/opt 2001-05-19 11:44:42 +00:00
tcse3.pp * moved testopt to test/opt 2001-05-19 11:44:42 +00:00
treg1.pp * moved testopt to test/opt 2001-05-19 11:44:42 +00:00
treg2.dat * moved testopt to test/opt 2001-05-19 11:44:42 +00:00
treg2.pp * moved testopt to test/opt 2001-05-19 11:44:42 +00:00
treg3.pp * moved testopt to test/opt 2001-05-19 11:44:42 +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