[PATCH] [CodeGen] Combine small-element shuffles of scalar_to_vector in terms of the wider scalar.

Simon Pilgrim llvm-dev at redking.me.uk
Wed Apr 8 05:59:42 PDT 2015


There is already an optimization that attempts to shuffle 'scalar source' input operands into a single BUILD_VECTOR just above this code. Might it make more sense to add the ability to peek through bitcasts there?


http://reviews.llvm.org/D8885

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list