llvm-6502/test/Transforms/GVNPRE
Reid Spencer 9445e9aaa0 For PR1553:
Change the keywords for the zext and sext parameter attributes to be 
zeroext and signext so they don't conflict with the keywords for the
instructions of the same name. This gets around the ambiguity.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40069 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-19 23:13:04 +00:00
..
2007-06-12-NoExit.ll
2007-06-12-PhiTranslate.ll
2007-06-15-InvokeInst.ll For PR1553: 2007-07-19 23:13:04 +00:00
2007-06-15-Looping.ll
2007-06-18-ConstantInPhi.ll
2007-06-18-EraseNumbering.ll
2007-07-03-PhiTranslateGEP.ll Fix an error in phi translation of GEPs that was causing failures. 2007-07-04 04:51:16 +00:00
2007-07-04-CleanSelect.ll Fix a typo that was killing GVNPRE of select instructions. 2007-07-04 18:26:18 +00:00
2007-07-04-SelectInst.ll Fix another bug, this time in PREing select instructions. 2007-07-04 22:33:23 +00:00
2007-07-05-AvailabilityUpdating.ll Fix a bunch of issues found in a testcase from 400.perlbench. 2007-07-05 23:11:26 +00:00
2007-07-07-AnticOutUnique.ll Fix an error where ANTIC_OUT was ending up with more than one expression of 2007-07-07 20:13:57 +00:00
basic.ll
cast.ll Add support for performing GVNPRE on cast instructions, and add a testcase for this. 2007-07-03 18:37:08 +00:00
dg.exp
extractelement.ll Add tests for performing GVNPRE on the three vector-specific instructions. 2007-06-27 04:06:32 +00:00
gep.ll Add support for performing GVNPRE on GEP instructions. 2007-07-03 23:51:19 +00:00
insertelement.ll Add tests for performing GVNPRE on the three vector-specific instructions. 2007-06-27 04:06:32 +00:00
select.ll Add a test for performing GVNPRE on select instructions. 2007-06-28 23:50:31 +00:00
shufflevector.ll Add tests for performing GVNPRE on the three vector-specific instructions. 2007-06-27 04:06:32 +00:00