[PATCH] D74444: [NVPTX, LSV] Move the LSV optimization pass to later when the graph is cleaner

Frederic Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 14:22:37 PST 2020


nouiz created this revision.
nouiz added reviewers: tra, george.karpenkov.
Herald added subscribers: llvm-commits, jfb, hiraditya, jholewinski.
Herald added a project: LLVM.

This allow it to recognize more loads as being consecutive when the load's address are complex at the start.


https://reviews.llvm.org/D74444

Files:
  llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  llvm/test/CodeGen/NVPTX/vector-loads-complex.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74444.243996.patch
Type: text/x-patch
Size: 7259 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200211/c561f70c/attachment.bin>


More information about the llvm-commits mailing list