Skip to content
Commit 02b0df53 authored by Chris Lattner's avatar Chris Lattner
Browse files

Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence

with a vector input and output into a shuffle vector.  This sort of 
sequence happens when the input code stores with one type and reloads
with another type and then SROA promotes to i96 integers, which make
everyone sad.

This fixes rdar://7896024

llvm-svn: 103354
parent 0a24fd37
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