1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00
llvm-mirror/test/Transforms/Reassociate
Sanjay Patel b21f9b16ed [Reassociate] allow or->add with shl operands
As discussed in:
https://llvm.org/PR49055

We invert instcombine's add->or transform here
because it makes it easier to identify factorization
transforms like the mul in the motivating test.

This extends the logic added with:
https://reviews.llvm.org/rG70472f3
https://reviews.llvm.org/rG93f3d7f

(I intentionally kept the formatting fix in this patch
to provide more context about the calling logic.)
2021-02-07 09:45:19 -05:00
..
2002-05-15-AgressiveSubMove.ll
2002-05-15-MissedTree.ll
2002-05-15-SubReassociate.ll
2002-07-09-DominanceProblem.ll
2003-08-12-InfiniteLoop.ll
2005-09-01-ArrayOutOfBounds.ll
2006-04-27-ReassociateVector.ll
2011-01-26-UseAfterFree.ll
2012-05-08-UndefLeak.ll
2012-06-08-InfiniteLoop.ll
2019-08-22-FNegAssert.ll
absorption.ll
add_across_block_crash.ll
add-like-or.ll [Reassociate] allow or->add with shl operands 2021-02-07 09:45:19 -05:00
basictest.ll
binop-identity.ll
canonicalize-neg-const.ll
commute.ll
crash2.ll
crash.ll
cse-pairs.ll
deadcode.ll
erase_inst_made_change.ll
factorize-again.ll
fast-AgressiveSubMove.ll
fast-ArrayOutOfBounds.ll
fast-basictest.ll
fast-fp-commute.ll
fast-mightymul.ll
fast-MissedTree.ll
fast-multistep.ll
fast-ReassociateVector.ll
fast-SubReassociate.ll
fp-commute.ll
fp-expr.ll
infloop-deadphi.ll
inverses.ll
keep-debug-loc.ll
load-combine-like-or.ll
long-chains.ll
looptest.ll
matching-binops.ll
mightymul.ll
min_int.ll
mixed-fast-nonfast-fp.ll
mulfactor.ll
multistep.ll
negation1.ll
negation.ll
no-op.ll
optional-flags.ll
otherops.ll
pointer-collision-non-determinism.ll
pr12245.ll
pr21205.ll
pr28367.ll
pr42349.ll
propagate-flags.ll
reassoc-intermediate-fnegs.ll
reassociate_dbgvalue_discard.ll
reassociate_salvages_debug_info.ll
reassociate-catchswitch.ll
reassociate-deadinst.ll
reassociate-landingpad.ll
repeats.ll
secondary.ll
shift-factor.ll
shifttest.ll
subtest.ll
undef_intrinsics_when_deleting_instructions.ll
vaarg_movable.ll
wrap-flags.ll
xor_reassoc.ll