[all-commits] [llvm/llvm-project] 92aae9: [LV] Remove a cover function with a single use [nfc]
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Apr 6 08:28:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92aae9e7258acc54c9c02fe5c5d9e08175bd275a
https://github.com/llvm/llvm-project/commit/92aae9e7258acc54c9c02fe5c5d9e08175bd275a
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
M llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h
M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
Log Message:
-----------
[LV] Remove a cover function with a single use [nfc]
And more importantly, move the fixme to the sole caller where it actually makes sense in context.
Commit: 2d79b713663169b3732fcbdf56cac243b5c41e28
https://github.com/llvm/llvm-project/commit/2d79b713663169b3732fcbdf56cac243b5c41e28
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-04-06 (Thu, 06 Apr 2023)
Changed paths:
M llvm/include/llvm/Analysis/VectorUtils.h
M llvm/lib/Analysis/LoopAccessAnalysis.cpp
M llvm/lib/Analysis/VectorUtils.cpp
Log Message:
-----------
[LAA] Continue moving utilities to sole use to isolate symbolic stride reasoning [nfc]
Compare: https://github.com/llvm/llvm-project/compare/db28be8cb43c...2d79b7136631
More information about the All-commits
mailing list