diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2024-03-21 15:11:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-21 15:11:59 +0000 |
commit | e4fa2e3562f20106f0fe4a4d09df03a548db4eae (patch) | |
tree | 2c7fecd89a05e412b1cea6c866c419a3c73ca9b7 /lldb/source/Commands/CommandObjectSource.cpp | |
parent | 8d7a6e2fd8beadc54a2e54fa361d35c66fdb40a4 (diff) | |
download | llvm-e4fa2e3562f20106f0fe4a4d09df03a548db4eae.zip llvm-e4fa2e3562f20106f0fe4a4d09df03a548db4eae.tar.gz llvm-e4fa2e3562f20106f0fe4a4d09df03a548db4eae.tar.bz2 |
[DAG] isGuaranteedNotToBeUndefOrPoisonForTargetNode - add fallback implementation (#86125)
Allow targets to rely on TargetLowering::isGuaranteedNotToBeUndefOrPoisonForTargetNode to test nodes for canCreateUndefOrPoisonForTargetNode + all arguments are isGuaranteedNotToBeUndefOrPoison.
Targets can still perform this themselves for specific special case nodes (e.g. target shuffles).
Matches the fallback in SelectionDAG::isGuaranteedNotToBeUndefOrPoison
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions