[all-commits] [llvm/llvm-project] a2a0f9: [VectorCombine] remove unused debug counter; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Tue Feb 11 05:25:04 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: a2a0f9a43a7157ef2dcc9dfb0d3b94af283991ba
https://github.com/llvm/llvm-project/commit/a2a0f9a43a7157ef2dcc9dfb0d3b94af283991ba
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VectorCombine.cpp
Log Message:
-----------
[VectorCombine] remove unused debug counter; NFC
The variable was added to the initial commit via copy/paste of existing
code, but it wasn't actually used in the code. We can add it back with
the proper usage if/when that is needed.
More information about the All-commits
mailing list