1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test/Transforms/GVNPRE
Dan Gohman 5f6f8101d5 Split the Add, Sub, and Mul instruction opcodes into separate
integer and floating-point opcodes, introducing
FAdd, FSub, and FMul.

For now, the AsmParser, BitcodeReader, and IRBuilder all preserve
backwards compatability, and the Core LLVM APIs preserve backwards
compatibility for IR producers. Most front-ends won't need to change
immediately.

This implements the first step of the plan outlined here:
http://nondot.org/sabre/LLVMNotes/IntegerOverflow.txt

llvm-svn: 72897
2009-06-04 22:49: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 Split the Add, Sub, and Mul instruction opcodes into separate 2009-06-04 22:49:04 +00:00
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 sabre brings to my attention that the 'tr' suffix is also obsolete 2008-05-20 21:00:03 +00:00
extractelement.ll
gep.ll Add support for performing GVNPRE on GEP instructions. 2007-07-03 23:51:19 +00:00
insertelement.ll
select.ll Add a test for performing GVNPRE on select instructions. 2007-06-28 23:50:31 +00:00
shufflevector.ll