[all-commits] [llvm/llvm-project] 721a91: [Pipelines] Remove redundant O0 check (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Apr 11 04:13:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 721a914fae275100fca450abccdcea6c28c09c4f
https://github.com/llvm/llvm-project/commit/721a914fae275100fca450abccdcea6c28c09c4f
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M llvm/lib/Passes/PassBuilderPipelines.cpp
Log Message:
-----------
[Pipelines] Remove redundant O0 check (NFC)
buildModuleSimplificationPipeline() is not used for O0.
Commit: f5f04a52b5146d124d7dbda93aeba09e19bf8a44
https://github.com/llvm/llvm-project/commit/f5f04a52b5146d124d7dbda93aeba09e19bf8a44
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-04-11 (Tue, 11 Apr 2023)
Changed paths:
M llvm/lib/Passes/PassBuilderPipelines.cpp
Log Message:
-----------
[Pipelines] Use isLTOPreLink() helper in more places (NFC)
Compare: https://github.com/llvm/llvm-project/compare/0f59720e1c34...f5f04a52b514
More information about the All-commits
mailing list