[PATCH] D75552: [ARM] Attempt to convert constant long shift intrinsics to calls

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 3 11:57:42 PST 2020


dmgreen created this revision.
Herald added subscribers: llvm-commits, hiraditya, kristof.beyls.
Herald added a project: LLVM.

This was an attempt to convert mve long shift intrinsics with constant operands to standard 64bit shifts. Unfortunately a lot of the resulting patterns didn't fold quite how they should have, leaving more instructions than there should be in the end. This is blocked until they work a little better.


https://reviews.llvm.org/D75552

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/ARM/longshift.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75552.247978.patch
Type: text/x-patch
Size: 10268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200303/4b7a1f3a/attachment.bin>


More information about the llvm-commits mailing list