[PATCH] D24956: [SelectionDAG] Add expansion and promotion of [US]MUL_LOHI

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 06:50:11 PST 2016


nhaehnle updated this revision to Diff 80587.
nhaehnle marked an inline comment as done.
nhaehnle added a comment.

- Use an enum instead of OnlyLegalOrCustom
- Handle a corner case where shift amounts are too large for the native shift type


https://reviews.llvm.org/D24956

Files:
  include/llvm/Target/TargetLowering.h
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
  lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp
  lib/CodeGen/SelectionDAG/TargetLowering.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24956.80587.patch
Type: text/x-patch
Size: 15681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161207/f39faa16/attachment.bin>


More information about the llvm-commits mailing list