[all-commits] [llvm/llvm-project] 2e17d9: [ARM] Add uses for locals introduced for debug mes...
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Mon Jan 11 05:33:06 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2e17d9c0ee7a0ba2aff7dd449005e4d0fd10fe57
https://github.com/llvm/llvm-project/commit/2e17d9c0ee7a0ba2aff7dd449005e4d0fd10fe57
Author: Stephan Herhut <herhut at google.com>
Date: 2021-01-11 (Mon, 11 Jan 2021)
Changed paths:
M llvm/lib/Target/ARM/ARMLoadStoreOptimizer.cpp
Log Message:
-----------
[ARM] Add uses for locals introduced for debug messages. NFC.
This adds uses for locals introduced for new debug messages for the load store optimizer. Those locals are only used on debug statements and otherwise create unused variable warnings.
Differential Revision: https://reviews.llvm.org/D94398
More information about the All-commits
mailing list