[PATCH] D16687: Fix for PR26356

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 28 19:39:08 PST 2016


echristo added a comment.

I think all we actually need to check is whether or not the sign extended value is in UInt16 rather than the zero extended value.

I've gone ahead and done this and I'll commit it in a few.


Repository:
  rL LLVM

http://reviews.llvm.org/D16687





More information about the llvm-commits mailing list