[llvm] r262397 - DAGCombiner: Turn truncate of a bitcasted vector to an extract

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 17:33:04 PST 2016


> On Mar 3, 2016, at 00:27, Mikael Holmén via llvm-commits <llvm-commits at lists.llvm.org> wrote:
> 
> Hi Matt,
> 
> What about Big Endian targets? Shouldn't we extract the highest vector element instead of element 0 then?
> 
> Regards,
> Mikael

I don’t know how vectors types work on big endian targets

-Matt


More information about the llvm-commits mailing list