[all-commits] [llvm/llvm-project] c28114: [LAA] Remove one addRuntimeChecks function (NFC).

Florian Hahn via All-commits all-commits at lists.llvm.org
Sun May 10 04:50:40 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c28114c8ffde705d7e16cd4c065fd23269661c81
      https://github.com/llvm/llvm-project/commit/c28114c8ffde705d7e16cd4c065fd23269661c81
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2020-05-10 (Sun, 10 May 2020)

  Changed paths:
    M llvm/include/llvm/Analysis/LoopAccessAnalysis.h
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp
    M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

  Log Message:
  -----------
  [LAA] Remove one addRuntimeChecks function (NFC).

In order to reduce the API surface area (preparation for D78460), remove
a addRuntimeChecks() function and do the additional check in the single
caller.

Reviewers: Ayal, anemet

Reviewed By: Ayal

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




More information about the All-commits mailing list