[PATCH] D56474: [ARM] [NEON] Add ROTR/ROTL lowering

easyaspi314 (Devin) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 19:14:28 PST 2019


easyaspi314 updated this revision to Diff 180987.
easyaspi314 added a comment.

Fixed my incredibly stupid typo, added `FSHL`/`FSHR` support, and used `llvm_unreachable` instead of the ugly goto.

I didn't add additional tests for `FSHL`/`FSHR` yet.


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

https://reviews.llvm.org/D56474

Files:
  lib/Target/ARM/ARMISelLowering.cpp
  test/CodeGen/ARM/rotate.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56474.180987.patch
Type: text/x-patch
Size: 7708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190110/e9f38103/attachment.bin>


More information about the llvm-commits mailing list