[all-commits] [llvm/llvm-project] 75ca0f: [AArch64] Don't forcefully add ORE to O0 pipeline ...
Alexis Engelke via All-commits
all-commits at lists.llvm.org
Mon Apr 13 02:43:55 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75ca0f71d209058d1f565d7529e6d1b117129911
https://github.com/llvm/llvm-project/commit/75ca0f71d209058d1f565d7529e6d1b117129911
Author: Alexis Engelke <engelke at in.tum.de>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M llvm/lib/Target/AArch64/AArch64StackTagging.cpp
M llvm/test/CodeGen/AArch64/O0-pipeline.ll
M llvm/test/CodeGen/AArch64/O3-pipeline.ll
Log Message:
-----------
[AArch64] Don't forcefully add ORE to O0 pipeline (#191476)
Construct the OptimizationRemarkEmitter in AArch64StackTagging on demand
if not available and requires, this avoids computing several analysis in
all pipelines.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list