[PATCH] D130646: [DAG] Add initial SelectionDAG::canCreateUndefOrPoison support
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 28 09:36:47 PDT 2022
RKSimon updated this revision to Diff 448364.
RKSimon edited the summary of this revision.
RKSimon added a comment.
Add missing hasOneUse check and add PoisonOnly = false default argument to match isGuaranteedNotToBeUndefOrPoison
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130646/new/
https://reviews.llvm.org/D130646
Files:
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130646.448364.patch
Type: text/x-patch
Size: 7344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220728/4ec0042a/attachment.bin>
More information about the llvm-commits
mailing list