[PATCH] [CodeGen] Annotate signed shift lefts with NUW

Chandler Carruth chandlerc at gmail.com
Wed Apr 8 11:10:41 PDT 2015


This doesn't seem correct for a negative LHS where we only shift out 1s -- I think that should be valid.

Essentially, we seem to have a strange circumstance here where NUW as specified is not a subset of the restrictions of NSW.


http://reviews.llvm.org/D8899

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






More information about the cfe-commits mailing list