[all-commits] [llvm/llvm-project] 04d398: [LoopAccessAnalysis] Simplify D119047

aeubanks via All-commits all-commits at lists.llvm.org
Thu Jul 21 12:16:30 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 04d398db4694725df65482a90e06f213e1682c8f
      https://github.com/llvm/llvm-project/commit/04d398db4694725df65482a90e06f213e1682c8f
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-07-21 (Thu, 21 Jul 2022)

  Changed paths:
    M llvm/lib/Analysis/LoopAccessAnalysis.cpp

  Log Message:
  -----------
  [LoopAccessAnalysis] Simplify D119047

No need to add checks for every type per pointer that we couldn't create
a check for the first time around, just the types that weren't
successful.

Reviewed By: fhahn

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




More information about the All-commits mailing list