[PATCH] D60294: [DAGCombiner] [CodeGenPrepare] Split large offsets from base addresses

Luís Marques via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 24 03:51:49 PDT 2019


luismarques updated this revision to Diff 196413.
luismarques retitled this revision from "[DAGCombiner] [CodeGenPrepare] WIP/RFC Splitting large offsets from base addresses" to "[DAGCombiner] [CodeGenPrepare] Split large offsets from base addresses".
luismarques edited the summary of this revision.
luismarques added a comment.

- Fixes a minor whitespace issue;
- Updates the SystemZ tests to preserve the base register check;
- Updates the summary to reflect the current patch/review status.

Thanks for the review comments!


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60294

Files:
  lib/CodeGen/CodeGenPrepare.cpp
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/Target/RISCV/RISCVISelLowering.h
  test/CodeGen/AMDGPU/salu-to-valu.ll
  test/CodeGen/ARM/misched-fusion-aes.ll
  test/CodeGen/ARM/vector-spilling.ll
  test/CodeGen/RISCV/split-offsets-1.ll
  test/CodeGen/RISCV/split-offsets-2.ll
  test/CodeGen/SystemZ/int-add-08.ll
  test/CodeGen/SystemZ/int-sub-05.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60294.196413.patch
Type: text/x-patch
Size: 18520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190424/474144dd/attachment-0001.bin>


More information about the llvm-commits mailing list