Allow targets to prefer TypeSplitVector over TypePromoteInteger when computing...
Allow targets to prefer TypeSplitVector over TypePromoteInteger when computing the legalization method for vectors For some targets, it is desirable to prefer scalarizing <N x i1> instead of promoting to a larger legal type, such as <N x i32>. llvm-svn: 168882
Loading
Please register or sign in to comment