[all-commits] [llvm/llvm-project] de6c49: [Transforms/Utils] Drop unnecessary const from a r...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Feb 8 22:34:29 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: de6c49ae3182e0833eddbec97a729ad60cad2ee2
https://github.com/llvm/llvm-project/commit/de6c49ae3182e0833eddbec97a729ad60cad2ee2
Author: Kazu Hirata <kazu at google.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M llvm/lib/Transforms/Utils/PredicateInfo.cpp
Log Message:
-----------
[Transforms/Utils] Drop unnecessary const from a return type (NFC)
Identified with const-return-type.
Commit: 94c350847ac5966202ffebe8792f52734753423e
https://github.com/llvm/llvm-project/commit/94c350847ac5966202ffebe8792f52734753423e
Author: Kazu Hirata <kazu at google.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M llvm/utils/TableGen/SearchableTableEmitter.cpp
Log Message:
-----------
[TableGen] Use ListSeparator (NFC)
Commit: 302313a264c4e49507789919982cdb20277b2c3c
https://github.com/llvm/llvm-project/commit/302313a264c4e49507789919982cdb20277b2c3c
Author: Kazu Hirata <kazu at google.com>
Date: 2021-02-08 (Mon, 08 Feb 2021)
Changed paths:
M llvm/lib/Transforms/IPO/ExtractGV.cpp
M llvm/lib/Transforms/IPO/StripSymbols.cpp
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
M llvm/lib/Transforms/InstCombine/InstructionCombining.cpp
M llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp
M llvm/lib/Transforms/Scalar/GVN.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[Transforms] Use range-based for loops (NFC)
Compare: https://github.com/llvm/llvm-project/compare/69653d44de87...302313a264c4
More information about the All-commits
mailing list