[all-commits] [llvm/llvm-project] 019ab6: [NVPTX, LSV] Move the LSV optimization pass to lat...

Frédéric Bastien via All-commits all-commits at lists.llvm.org
Thu Feb 13 12:16:11 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 019ab61e25f2f03c91063d2bafad6f22b6646ffe
      https://github.com/llvm/llvm-project/commit/019ab61e25f2f03c91063d2bafad6f22b6646ffe
  Author: Frederic Bastien <fbastien at nvidia.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
    M llvm/test/CodeGen/NVPTX/vector-loads.ll

  Log Message:
  -----------
  [NVPTX, LSV] Move the LSV optimization pass to later when the graph is cleaner

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

Differential Revision: https://reviews.llvm.org/D74444




More information about the All-commits mailing list