1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/Transforms/NewGVN
Hiroshi Inoue bd266a779f [InstSimplify] fold extracting from std::pair (2/2)
This is the second patch of the series which intends to enable jump threading for an inlined method whose return type is std::pair<int, bool> or std::pair<bool, int>. 
The first patch is https://reviews.llvm.org/rL338485.

This patch handles code sequences that merges two values using `shl` and `or`, then extracts one value using `and`.

Differential Revision: https://reviews.llvm.org/D49981

llvm-svn: 338817
2018-08-03 05:39:48 +00:00
..
2007-07-25-DominatedLoop.ll
2007-07-25-InfiniteLoop.ll
2007-07-25-Loop.ll
2007-07-25-NestedLoop.ll
2007-07-25-SinglePredecessor.ll
2007-07-26-InterlockingLoops.ll
2007-07-26-NonRedundant.ll
2007-07-26-PhiErasure.ll
2007-07-30-PredIDom.ll
2007-07-31-NoDomInherit.ll
2007-07-31-RedundantPhi.ll
2008-02-12-UndefLoad.ll
2008-02-13-NewPHI.ll
2008-07-02-Unreachable.ll
2008-12-09-SelfRemove.ll
2008-12-12-RLE-Crash.ll
2008-12-14-rle-reanalyze.ll
2008-12-15-CacheVisited.ll
2009-01-21-SortInvalidation.ll
2009-01-22-SortInvalidation.ll
2009-03-10-PREOnVoid.ll
2009-07-13-MemDepSortFail.ll
2009-11-12-MemDepMallocBitCast.ll
2010-03-31-RedundantPHIs.ll
2010-05-08-OneBit.ll
2010-11-13-Simplify.ll
2011-04-27-phioperands.ll
2011-07-07-MatchIntrinsicExtract.ll
2011-09-07-TypeIdFor.ll
2012-05-22-PreCrash.ll
2016-08-30-MaskedScatterGather.ll
assume-equal.ll
assumes.ll [NewGVN] Fix handling of assumes 2018-05-22 17:38:22 +00:00
basic-cyclic-opt.ll
basic-undef-test.ll
basic.ll
big-endian.ll
bitcast-of-call.ll
br-identical.ll
calloc-load-removal.ll
calls-nonlocal.ll
calls-readonly.ll
commute.ll
completeness.ll
cond_br2.ll
cond_br.ll
condprop-xfail.ll
condprop.ll
crash-no-aa.ll
crash.ll
cyclic-phi-handling.ll
dbg-redundant-load.ll [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. 2018-05-09 02:40:45 +00:00
deadstore.ll
debugloc.ll
edge.ll
equivalent-phi.ll
fence.ll
flags.ll
fold-const-expr.ll
fpmath.ll
funclet.ll
int_sideeffect.ll
invariant.group.ll Implement strip.invariant.group 2018-07-02 04:49:30 +00:00
invariant.start.ll
lifetime-simple.ll
load-constant-mem.ll
load-from-unreachable-predecessor.ll
loadforward.ll
malloc-load-removal.ll
MemdepMiscompile.ll
memory-handling.ll
no_speculative_loads_with_asan.ll
noalias.ll
non-integral-pointers.ll
non-local-offset.ll
nonescaping-malloc.ll
null-aliases-nothing.ll
opt-remarks.ll [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. 2018-05-09 02:40:45 +00:00
pair_jumpthread.ll [InstSimplify] fold extracting from std::pair (2/2) 2018-08-03 05:39:48 +00:00
phi-edge-handling.ll
phi-of-ops-move-block.ll [NewGVN] Split OpPHI detection and creation. 2018-04-20 16:37:13 +00:00
phi-translate-partial-alias.ll
pr10820.ll
pr12979.ll
pr14166.ll
pr17732.ll
pr17852.ll
pr24397.ll
pr24426.ll
pr25440.ll
pr28562.ll
pr31472.ll
pr31483.ll
pr31491.ll
pr31501.ll
pr31573.ll
pr31594.ll
pr31613.ll
pr31682.ll
pr31758.ll
pr32403.ll
pr32607.ll [InstCombine, NewGVN] remove FP undef from tests 2018-03-08 14:57:08 +00:00
pr32836.ll
pr32838.ll
pr32845.ll
pr32852.ll
pr32897.ll
pr32934.ll
pr32945.ll
pr32952.ll
pr33014.ll
pr33086.ll
pr33116.ll
pr33185.ll
pr33187.ll
pr33196.ll
pr33204.ll
pr33305.ll [PredicateInfo] Use custom mangling to support ssa_copy with unnamed types. 2018-07-24 14:49:52 +00:00
pr33367.ll
pr33432.ll
pr33461.ll
pr33720.ll
pr34135.ll
pr34430.ll
pr34452.ll
pr35074.ll [NewGVN] Add ops as dependency if we cannot find a leader for ValueOp. 2018-04-19 15:05:47 +00:00
pr35125.ll
pre-compare.ll
pre-new-inst.ll
predicates.ll
propagate-ir-flags.ll
range.ll
readattrs.ll
refine-stores.ll
rle-must-alias.ll
rle-no-phi-translate.ll
rle-nonlocal.ll
rle.ll
stale-loop-info.ll
storeoverstore.ll
tbaa.ll
unreachable_block_infinite_loop.ll
verify-memoryphi.ll
volatile-nonvolatile.ll