summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/phi.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman2012-04-27
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Add test cases for Jay's r129641 and fix a 32-bit-centric testcase in a file ...Frits van Bommel2011-04-16
* have instcombine preserve nsw/nuw/exact when sinkingChris Lattner2011-02-17
* fix instcombine merging GEPs through a PHI to only make theChris Lattner2011-02-17
* enhance FoldOpIntoPhi in instcombine to try harder when a phi hasChris Lattner2011-01-16
* In which I discover the existence of loops. Threading an operationDuncan Sands2010-11-16
* Teach InstructionSimplify the trick of skipping incoming phiDuncan Sands2010-11-15
* Move PHI tests to phi.ll, out of select.ll.Duncan Sands2010-11-15
* Add a test for PR4413, which was apparently fixed at some point in the past.Owen Anderson2010-09-03
* fix PR6512, a case where instcombine would incorrectly merge loadsChris Lattner2010-03-05
* enhance PHI slicing to handle the case when a slicable PHI is beginChris Lattner2009-11-09
* Teach an instcombine to not pull trunc instructions through PHI nodesChris Lattner2009-11-08
* reapply r8644[3-5] with only the scary part Chris Lattner2009-11-08
* Speculatively revert r8644[3-5], they seem to be leading to infinite loops inDaniel Dunbar2009-11-08
* another more interesting test.Chris Lattner2009-11-08
* feature test for the new transformation in r86443Chris Lattner2009-11-08
* teach a couple of instcombine transformations involving PHIs toChris Lattner2009-11-08
* merge phi-merge.ll into phi.llChris Lattner2009-11-01
* when merging two loads, make sure to take the min of their alignment,Chris Lattner2009-11-01
* fix a bug noticed by inspection: when instcombine sinks loads throughChris Lattner2009-11-01
* convert to filecheck.Chris Lattner2009-11-01
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-08
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-08
* Teach inst combine to merge GEPs through PHIs. This is reallyChris Lattner2008-12-01
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* For PR1319:Reid Spencer2007-04-15
* For PR1319:Reid Spencer2007-04-14
* new testcaseChris Lattner2007-01-15
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* New testcase: the phi can be eliminated if the casts are sucked into it.Chris Lattner2004-11-14
* Fix typoChris Lattner2004-11-14
* add a testcase, which we already handleChris Lattner2004-11-14
* remove bogus testChris Lattner2004-05-27
* The instruction combining pass removes dead instructions, there is no needChris Lattner2004-02-28
* A new testcase for a situation that occurs in 181.mcfChris Lattner2004-02-16
* Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman2003-09-16
* Remove usage of grep-not scriptChris Lattner2003-06-28
* Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner2003-06-28
* Add new testcases for instcombineChris Lattner2002-08-22
* New testcase for instcombineChris Lattner2002-08-20
* Make the testcase more interesting so that DCE does not eliminate it.Chris Lattner2002-05-06
* New testcase for PHI foldingChris Lattner2002-05-06