[all-commits] [llvm/llvm-project] 41b45c: [LV] Remove unused AAResults argument (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Dec 19 12:38:29 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 41b45ce656f3b3e0b281ad3f63e589d9d0f6fe2d
https://github.com/llvm/llvm-project/commit/41b45ce656f3b3e0b281ad3f63e589d9d0f6fe2d
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-12-19 (Mon, 19 Dec 2022)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
M llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Remove unused AAResults argument (NFC).
AAResults is passed to LoopVectorizationLegality but no longer used.
Remove the dead code.
More information about the All-commits
mailing list