[all-commits] [llvm/llvm-project] 7ea393: [AnnotationRemarks] Also generate annotation remar...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Dec 15 06:47:29 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ea3932ab1def0f5e86ac745bef0d3de09e8845f
https://github.com/llvm/llvm-project/commit/7ea3932ab1def0f5e86ac745bef0d3de09e8845f
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-12-15 (Tue, 15 Dec 2020)
Changed paths:
M llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
M llvm/test/Other/opt-O0-pipeline.ll
Log Message:
-----------
[AnnotationRemarks] Also generate annotation remarks when using -O0.
The AnnotationRemarks pass is already run at the end of the module
pipeline. This patch also adds it before bailing out for -O0, so remarks
are also generated with -O0.
More information about the All-commits
mailing list