[all-commits] [llvm/llvm-project] a8a078: [NFC] Refine API: add missing const notion in hasP...
Max Kazantsev via All-commits
all-commits at lists.llvm.org
Tue Oct 11 05:35:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a8a07890aa96a1659344330e559be19883e5fbf6
https://github.com/llvm/llvm-project/commit/a8a07890aa96a1659344330e559be19883e5fbf6
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
M llvm/include/llvm/Transforms/Utils/LoopUtils.h
M llvm/lib/Transforms/Utils/LoopUtils.cpp
Log Message:
-----------
[NFC] Refine API: add missing const notion in hasPartialIVCondition
Commit: f18979912da1455ab8822f4719cf090bf77724e3
https://github.com/llvm/llvm-project/commit/f18979912da1455ab8822f4719cf090bf77724e3
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
Log Message:
-----------
[NFC] Refine API in SimpleLoopUnswitch: add missing const notions
Commit: 91aa9097ae52c39c0b077faf03ab58af0ee15d2d
https://github.com/llvm/llvm-project/commit/91aa9097ae52c39c0b077faf03ab58af0ee15d2d
Author: Max Kazantsev <mkazantsev at azul.com>
Date: 2022-10-11 (Tue, 11 Oct 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp
Log Message:
-----------
[NFC] Factor out collection of unswitch candidate to a separate function
Just to make the code more structured and easier to understand.
Compare: https://github.com/llvm/llvm-project/compare/d983f5f39ee5...91aa9097ae52
More information about the All-commits
mailing list