Skip to content
Commit 5b462820 authored by Manman Ren's avatar Manman Ren
Browse files

X86: do not fold load instructions such as [V]MOVS[S|D] to other instructions

when the destination register is wider than the memory load.

These load instructions load from m32 or m64 and set the upper bits to zero,
while the folded instructions may accept m128.

rdar://12721174

llvm-svn: 168710
parent 0ee1b509
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