[all-commits] [llvm/llvm-project] e08ec6: [SelectOptimize] Emit Fatal Error instead of Asser...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Apr 19 14:26:35 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e08ec62ddc4b1ffa75bf8dd9486620a9f1c9e78c
https://github.com/llvm/llvm-project/commit/e08ec62ddc4b1ffa75bf8dd9486620a9f1c9e78c
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-04-19 (Sun, 19 Apr 2026)
Changed paths:
M llvm/lib/CodeGen/SelectOptimize.cpp
Log Message:
-----------
[SelectOptimize] Emit Fatal Error instead of Asserting on null PSI (#192871)
SelectOptimize expects to have PSI available which will normally be
available if the pipeline is set up correctly to require
ProfileSummaryInfo at the beginning. However, we do not want to assert
if someone sets up the pipeline incorrectly, instead reporting a fatal
usage error.
Fixes #192759.
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