[all-commits] [llvm/llvm-project] 41c9f4: [LoopVectorize] NFC: Fix unused variable warning f...
sdesmalen-arm via All-commits
all-commits at lists.llvm.org
Thu Nov 19 09:42:51 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 41c9f4c1cea7314c0a6a32f2e59dab60cd575c1f
https://github.com/llvm/llvm-project/commit/41c9f4c1cea7314c0a6a32f2e59dab60cd575c1f
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2020-11-19 (Thu, 19 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LoopVectorize] NFC: Fix unused variable warning for MaxSafeDepDist
rGf571fe6df585127d8b045f8e8f5b4e59da9bbb73 led to a warning of an unused
variable for MaxSafeDepDist (written but not used). It seems this
variable and assignment can be safely removed.
More information about the All-commits
mailing list