[all-commits] [llvm/llvm-project] ac6afd: [LegalizeDAG] Return after replacing ISD::POISON w...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sun Dec 21 09:39:46 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac6afd8e461405ce7030bf878b81b142fabc416c
https://github.com/llvm/llvm-project/commit/ac6afd8e461405ce7030bf878b81b142fabc416c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-12-21 (Sun, 21 Dec 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
Log Message:
-----------
[LegalizeDAG] Return after replacing ISD::POISON with ISD::UNDEF. (#173173)
We already replaced the node, we shouldn't run the rest of the code that
still uses the old node.
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