[LoopAccessAnalysis] Simplify D119047
authorArthur Eubanks <aeubanks@google.com>
Wed, 9 Feb 2022 22:18:14 +0000 (14:18 -0800)
committerArthur Eubanks <aeubanks@google.com>
Thu, 21 Jul 2022 19:16:02 +0000 (12:16 -0700)
commit04d398db4694725df65482a90e06f213e1682c8f
tree804d914d69ae08f16fa084dfa5f34bc390b509ea
parent27945f9282030136cb8b043b91b229ea2758c9ed
[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
llvm/lib/Analysis/LoopAccessAnalysis.cpp