llvm-6502/lib/Transforms/InstCombine
Eric Christopher d3dc3cc98f Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93831 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-19 01:20:15 +00:00
..
CMakeLists.txt
InstCombine.h inline and remove the rest of commonIntCastTransforms. 2010-01-10 01:00:46 +00:00
InstCombineAddSub.cpp When the visitSub method was split into visitSub and visitFSub, this xform was 2010-01-13 23:23:17 +00:00
InstCombineAndOrXor.cpp add one more bitfield optimization, allowing clang to generate 2010-01-11 06:55:24 +00:00
InstCombineCalls.cpp Remove unnecessary dyn_cast and add a comment. Part of a WIP. 2010-01-08 21:37:11 +00:00
InstCombineCasts.cpp my instcombine transformations to make extension elimination more 2010-01-18 22:19:16 +00:00
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp Fix comment. 2010-01-19 01:20:15 +00:00
InstCombineMulDivRem.cpp Fix comment. 2010-01-17 06:49:03 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp my instcombine transformations to make extension elimination more 2010-01-18 22:19:16 +00:00
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp
Makefile