ebevhan added a comment.

Another point is, if we for example have an i16 umul.fix in legalization, we 
have no way of knowing in the general case that it is safe to replace it with 
an smul.fix, since the information that the MSB is not significant does not 
exist on IR level. This is the 'loss of padding bit' that I'm referring to.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82663/new/

https://reviews.llvm.org/D82663



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to