llvm-project/llvm/test/Transforms/CodeGenPrepare/X86
John Brawn eb83c7554e [CGP] In optimizeMemoryInst handle select similarly to phi
This lets us optimize away selects that perform the same address computation in
two different ways and is also the first step towards being able to handle
selects between two different, but compatible, address computations.

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

llvm-svn: 314794
2017-10-03 13:04:15 +00:00
..
catchpad-phi-cast.ll
computedgoto.ll Turn on -addr-sink-using-gep by default. 2017-04-06 22:42:18 +00:00
cttz-ctlz.ll
extend-sink-hoist.ll
fcmp-sinking.ll
lit.local.cfg
memcmp.ll [CGP] use narrower types in memcmp expansion when possible 2017-08-01 17:24:54 +00:00
memset_chk-simplify-nobuiltin.ll
pr27536.ll
select.ll
sink-addrmode.ll [CGP] In optimizeMemoryInst handle select similarly to phi 2017-10-03 13:04:15 +00:00
sink-addrspacecast.ll Turn on -addr-sink-using-gep by default. 2017-04-06 22:42:18 +00:00
widen_switch.ll [CodeGenPrep] Skip merging empty case blocks 2016-12-16 20:38:39 +00:00
x86-shuffle-sink.ll