llvm-6502/lib/Transforms
Chris Lattner 74529826a7 fix logical-select to invoke filecheck right, and fix hte instcombine
xform it is checking to actually pass.  There is no need to match
m_SelectCst<0, -1> since instcombine canonicalizes that into not(sext).

Add matches for sext(not(x)) in addition to not(sext(x)).



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95420 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-05 19:53:02 +00:00
..
Hello make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
InstCombine fix logical-select to invoke filecheck right, and fix hte instcombine 2010-02-05 19:53:02 +00:00
Instrumentation make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
IPO Increase inliner thresholds by 25. 2010-02-04 18:48:20 +00:00
Scalar Implement releaseMemory in CodeGenPrepare and free the BackEdges 2010-02-05 19:24:11 +00:00
Utils Use a SmallSetVector instead of a SetVector; this code showed up as a 2010-02-05 19:20:15 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00