llvm-6502/test/Transforms/ConstProp
2002-09-03 20:09:23 +00:00
..
2002-05-03-DivideByZeroException.ll
2002-05-03-NotOperator.ll Fix testcases that used to now dead 'not' instruction 2002-08-14 19:28:09 +00:00
2002-09-03-SetCC-Bools.ll Make sure that setcc is implemented for bools. 2002-09-03 20:09:23 +00:00
basictest.ll
logicaltest.ll Test that logical operators are correctly constant propogated! 2002-07-30 16:18:38 +00:00
Makefile Oops, forgot to check in makefile 2002-05-07 20:39:18 +00:00
nottest.ll Change not's to xors 2002-08-14 19:26:34 +00:00
phi.ll Add check that phi nodes get constant propogated away 2002-05-07 20:32:19 +00:00
remtest.ll