[PATCH] D56277: AggressiveInstCombine: Add tests for full multiplication pattern match

Paweł Bylica via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 3 09:42:21 PST 2019


chfast created this revision.
Herald added a subscriber: llvm-commits.

The AggressiveInstCombine pass does not support this optimization yet. The tests are added to observe the result of implementing the full multiplication pattern match.


Repository:
  rL LLVM

https://reviews.llvm.org/D56277

Files:
  test/Transforms/AggressiveInstCombine/mul_full_32.ll
  test/Transforms/AggressiveInstCombine/mul_full_64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56277.180090.patch
Type: text/x-patch
Size: 15968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190103/fa4fa750/attachment.bin>


More information about the llvm-commits mailing list