[PATCH] [SDAG] Add SDNodes for umin, umax, smin and smax

Elena Demikhovsky elena.demikhovsky at intel.com
Thu May 14 05:31:55 PDT 2015


ComputeValueVTs() is for arrays and structures, not for splitting one value into two.
For arrays, you'll have UMIN for each pair A[i] B[i], instead of "select".
For a structure, you may have a mix of UMIN and "select" since the types may be different.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9746

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






More information about the llvm-commits mailing list