[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
Mon Mar 18 09:49:35 PDT 2019


luismarques updated this revision to Diff 191114.
luismarques added a comment.
Herald added a subscriber: benna.

Updates the patch to:

- Add a test covering the optForMinSize option
- Add a test that shifts a 128-bit value
- Add checks for RV64 (relevant for the 128-bit test)
- Fix the materialization of the -XLEN constant in RV64


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.191114.patch
Type: text/x-patch
Size: 13761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190318/04656c77/attachment.bin>


More information about the llvm-commits mailing list