1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/lib/Transforms/InstCombine
Chris Lattner 7b6a968f5d enhance vmcore to know that udiv's can be exact, and add a trivial
instcombine xform to exercise this.

Nothing forms exact udivs yet though.  This is progress on PR8862

llvm-svn: 124992
2011-02-06 21:44:57 +00:00
..
CMakeLists.txt
InstCombine.h Call SimplifyFDivInst() in InstCombiner::visitFDiv(). 2011-01-29 17:50:27 +00:00
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp
InstCombineCalls.cpp
InstCombineCasts.cpp
InstCombineCompares.cpp Recognize and simplify 2011-01-30 22:01:13 +00:00
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp enhance vmcore to know that udiv's can be exact, and add a trivial 2011-02-06 21:44:57 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp Fold select + select where both selects are on the same condition. 2011-01-28 03:28:10 +00:00
InstCombineShifts.cpp Null initialize a few variables flagged by 2011-01-23 17:05:06 +00:00
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp Conservatively, clear optional flags, such as nsw, when performing 2011-02-02 02:05:46 +00:00
Makefile