Skip to content
Commit 5ada9081 authored by Bruno Cardoso Lopes's avatar Bruno Cardoso Lopes
Browse files

Make this kind of lowering to be supported by 256-bit instructions:

  shuffle (scalar_to_vector (load (ptr + 4))), undef, <0, 0, 0, 0>
To:
  shuffle (vload ptr)), undef, <1, 1, 1, 1>
Fix PR10494

llvm-svn: 136691
parent e6a11dcc
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