[all-commits] [llvm/llvm-project] 331c28: [ARM] Declare Op within an if statement (NFC)
llvmbot via All-commits
all-commits at lists.llvm.org
Wed Dec 30 17:50:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 331c28f60dbbb09136c2e86e8a4ed8d066f2d271
https://github.com/llvm/llvm-project/commit/331c28f60dbbb09136c2e86e8a4ed8d066f2d271
Author: Kazu Hirata <kazu at google.com>
Date: 2020-12-30 (Wed, 30 Dec 2020)
Changed paths:
M llvm/lib/Target/ARM/MVEGatherScatterLowering.cpp
Log Message:
-----------
[ARM] Declare Op within an if statement (NFC)
Commit: 95ea86587c54240b3f1b7ed5a18d2f3660cb7573
https://github.com/llvm/llvm-project/commit/95ea86587c54240b3f1b7ed5a18d2f3660cb7573
Author: Kazu Hirata <kazu at google.com>
Date: 2020-12-30 (Wed, 30 Dec 2020)
Changed paths:
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/PGOMemOPSizeOpt.cpp
Log Message:
-----------
[PGO] Use isa instead of dyn_cast (NFC)
Commit: a87c7003ac260424092e5ee8bcb0059e39cd2db0
https://github.com/llvm/llvm-project/commit/a87c7003ac260424092e5ee8bcb0059e39cd2db0
Author: Kazu Hirata <kazu at google.com>
Date: 2020-12-30 (Wed, 30 Dec 2020)
Changed paths:
M llvm/include/llvm/Analysis/InstructionSimplify.h
M llvm/lib/Analysis/InstructionSimplify.cpp
Log Message:
-----------
[Analysis] Remove unused code recursivelySimplifyInstruction (NFC)
The last use of the function, located in RemovePredecessorAndSimplify,
was removed on Dec 25, 2020 in commit
46bea9b29714ba77010612b04ba13aff56d62e7b.
The last use of RemovePredecessorAndSimplify was removed on Sep 29,
2010 in commit 99c985c37dd45dd0fbd03863037d8e93153783e6.
Compare: https://github.com/llvm/llvm-project/compare/52aa4e210744...a87c7003ac26
More information about the All-commits
mailing list