[all-commits] [llvm/llvm-project] a750fc: [GVN] Check IndirectBr in Predecessor Terminators ...
hanbeom via All-commits
all-commits at lists.llvm.org
Mon Aug 11 00:26:13 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a750fcb52bbf0ec0dc2022f73b1d48a4d43d8a07
https://github.com/llvm/llvm-project/commit/a750fcb52bbf0ec0dc2022f73b1d48a4d43d8a07
Author: hanbeom <kese111 at gmail.com>
Date: 2025-08-11 (Mon, 11 Aug 2025)
Changed paths:
M llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp
M llvm/test/Transforms/GVN/cond_br.ll
Log Message:
-----------
[GVN] Check IndirectBr in Predecessor Terminators (#151188)
Critical edges with an IndirectBr terminator cannot be split.
Add a check it to prevent assertion failures.
Fixes: #150229
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