[all-commits] [llvm/llvm-project] 0a00d6: [LAA] Turn aggregate type check into assertion (NF...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Nov 23 09:38:06 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a00d64e322f28f5f65f5b2d507d12757883478a
https://github.com/llvm/llvm-project/commit/0a00d64e322f28f5f65f5b2d507d12757883478a
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-11-23 (Tue, 23 Nov 2021)
Changed paths:
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
Log Message:
-----------
[LAA] Turn aggregate type check into assertion (NFCI).
getPtrStride should not be called with aggregate access types. There's
also an old TODO.
Turn the check into an assertion.
More information about the All-commits
mailing list