[PATCH] D59477: [RISCV] Custom lower SHL_PARTS, SRA_PARTS, SRL_PARTS

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 07:15:55 PDT 2019


luismarques updated this revision to Diff 193868.
luismarques added a comment.

- Fixed a bug in the pseudo-code for lowerShiftLeftParts;
- Added more tests, which now cover all the 64-bit shift variants, with and without the minsize attribute, plus all of the 128-bit shift variants.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59477

Files:
  lib/Target/RISCV/RISCVISelLowering.cpp
  lib/Target/RISCV/RISCVISelLowering.h
  test/CodeGen/RISCV/alu64.ll
  test/CodeGen/RISCV/shifts.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59477.193868.patch
Type: text/x-patch
Size: 17388 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190405/a1c92dd0/attachment-0001.bin>


More information about the llvm-commits mailing list