llvm-project/llvm/test/Transforms/CodeGenPrepare/X86
Serguei Katkov b0b67a8d38 [CGP] Fix the handling select inst in complex addressing mode
When we put the value in select placeholder we must pass
the value through simplification tracker due to the value might
be already simplified and erased.

This is a fix for PR35658.

Reviewers: john.brawn, uabelho
Reviewed By: john.brawn
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D41251

llvm-svn: 320956
2017-12-18 04:25:07 +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
memset_chk-simplify-nobuiltin.ll
pr27536.ll
pr35658.ll [CGP] Fix the handling select inst in complex addressing mode 2017-12-18 04:25:07 +00:00
select.ll
sink-addrmode-base.ll [CGP] Fix common type handling in optimizeMemoryInst 2017-11-29 05:51:26 +00:00
sink-addrmode.ll Remove stray comma in sink-addrmode test 2017-11-16 15:15:00 +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