[PATCH] D80683: [SelectionDAG] Fix up SimplifyDemandedBits for ppcf128
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 04:18:32 PDT 2020
nemanjai updated this revision to Diff 266805.
nemanjai marked an inline comment as done.
nemanjai added a comment.
Add handling for recursively traversing multiple nodes that produce `ppcf128` - thanks for spotting this @RKSimon.
Also added a test case for which we perform such a traversal: `(select (build_pair))`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80683/new/
https://reviews.llvm.org/D80683
Files:
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
llvm/test/CodeGen/PowerPC/pr45475.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80683.266805.patch
Type: text/x-patch
Size: 4127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200528/0b53f409/attachment-0001.bin>
More information about the llvm-commits
mailing list