Skip to content
Commit 0b1a5584 authored by Quentin Colombet's avatar Quentin Colombet
Browse files

[DAGCombiner] DAG combine does not know how to combine indexed loads with

sign/zero/any extensions. However a few places were not checking properly the
property of the load and were turning an indexed load into a regular extended
load. Therefore the indexed value was lost during the process and this was
triggering an assertion.

<rdar://problem/16389332>

llvm-svn: 205923
parent 12da50a8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment