[PATCH] D23007: [DAGCombiner] Better support for shifting large value type by constants

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 07:50:34 PDT 2016


RKSimon updated this revision to Diff 67349.
RKSimon added a comment.

Updated based on Tim's feedback. Added better support for shift overflow.

I took the easy way out and didn't add support for  i18446744073709551616 ;-)


Repository:
  rL LLVM

https://reviews.llvm.org/D23007

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  test/CodeGen/X86/shift-i128.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23007.67349.patch
Type: text/x-patch
Size: 4872 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160809/ecf7417f/attachment.bin>


More information about the llvm-commits mailing list