aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/not.ll
AgeCommit message (Expand)Author
2011-06-17manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2008-05-09Implement PR2298. This transforms:Chris Lattner
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2004-02-28The instruction combining pass removes dead instructions, there is no needChris Lattner
2003-09-16Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.Misha Brukman
2003-06-28Remove usage of grep-not scriptChris Lattner
2003-06-28Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner
2003-03-10Add test for demorgans law with constantsChris Lattner
2002-08-23Test that demorgan's law is instcombined successfullyChris Lattner
2002-08-21Add testcase for the not (setcc A, B) caseChris Lattner
2002-08-20Fix buggy testcaseChris Lattner
2002-08-14The not instruction is just a specialized form of XORChris Lattner
2002-08-02These tests should not run -dce pass to cleanup instcombine.Chris Lattner
2002-05-06New testcase to make sure not instructions get combinedChris Lattner