[PATCH] D55950: [ConstantFolding] Fold undef for integer intrinsics

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 2 12:21:15 PST 2019


nikic updated this revision to Diff 179922.
nikic added a comment.

Handle overflowing mul with a fallthrough case.


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

https://reviews.llvm.org/D55950

Files:
  lib/Analysis/ConstantFolding.cpp
  test/Analysis/ConstantFolding/bitcount.ll
  test/Analysis/ConstantFolding/funnel-shift.ll
  test/Analysis/ConstantFolding/saturating-add-sub.ll
  test/Transforms/ConstProp/overflow-ops.ll
  test/Transforms/InstCombine/saturating-add-sub-vector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55950.179922.patch
Type: text/x-patch
Size: 49826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190102/1239ca86/attachment.bin>


More information about the llvm-commits mailing list