Skip to content
Commit 7bf83096 authored by Evan Cheng's avatar Evan Cheng
Browse files

DAG combine incorrectly optimize (i32 vextract (v4i16 load $addr), c) to

(i16 load $addr+c*sizeof(i16)) and replace uses of (i32 vextract) with the
i16 load. It should issue an extload instead: (i32 extload $addr+c*sizeof(i16)).

rdar://11035895

llvm-svn: 152675
parent 9bff918b
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