llvm-6502/include
Mon P Wang f7ea6c3ee8 The previous fix of widening divides that trap was too fragile as it depends on custom
lowering and requires that certain types exist in ValueTypes.h.  Modified widening to
check if an op can trap and if so, the widening algorithm will apply only the op on
the defined elements.  It is safer to do this in widening because the optimizer can't
guarantee removing unused ops in some cases.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95823 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-10 23:37:45 +00:00
..
llvm The previous fix of widening divides that trap was too fragile as it depends on custom 2010-02-10 23:37:45 +00:00
llvm-c Added header file declarations and .exports entries 2010-02-08 23:34:25 +00:00