[PATCH] D56276: 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:02:28 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/D56276

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56276.180088.patch
Type: text/x-patch
Size: 12761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190103/104e7078/attachment.bin>


More information about the llvm-commits mailing list