[all-commits] [llvm/llvm-project] 75bfde: [SelectionDAG] Use `poison` instead of `undef` for...
Pedro Lobo via All-commits
all-commits at lists.llvm.org
Mon Mar 3 01:54:47 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75bfdebdeee3a8783a5e6cae3fb8370091329a83
https://github.com/llvm/llvm-project/commit/75bfdebdeee3a8783a5e6cae3fb8370091329a83
Author: Pedro Lobo <pedro.lobo at tecnico.ulisboa.pt>
Date: 2025-03-03 (Mon, 03 Mar 2025)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Log Message:
-----------
[SelectionDAG] Use `poison` instead of `undef` for `dbg.values` (#127915)
`undef dbg.values` can be replaced with `poison dbg.values`.
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