[PATCH] D129905: [SDAG] Add test for DAGCombiner multiple result commutative CSE
Itay Bookstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 15 14:18:57 PDT 2022
ibookstein created this revision.
ibookstein added reviewers: RKSimon, craig.topper, barannikov88.
Herald added subscribers: jsji, StephenFan, steven.zhang, pengfei.
Herald added a project: All.
ibookstein requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This commit adds a test for DAGCombiner commutative CSE on
nodes with multiple results (UMUL_LOHI). In this commit it
asserts the lack of CSE, a later commit will demonstrate
the CSE in the changed assertions.
Signed-off-by: Itay Bookstein <ibookstein at gmail.com>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D129905
Files:
llvm/test/CodeGen/X86/dagcombine-cse.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129905.445131.patch
Type: text/x-patch
Size: 4261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220715/5f70776e/attachment.bin>
More information about the llvm-commits
mailing list