[PATCH] D139336: [IRSim] Make Decisions about commutative operands
Andrew Litteken via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 08:43:40 PST 2022
AndrewLitteken created this revision.
AndrewLitteken added a reviewer: paquette.
Herald added a subscriber: hiraditya.
Herald added a project: All.
AndrewLitteken requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
When we do not make decisions about commutative operands, we can end up in a situation where two values have two potential canonical numbers between two regions. This ensures that an ordering is decided after the initial structure between two regions is determined.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D139336
Files:
llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
llvm/lib/Analysis/IRSimilarityIdentifier.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139336.480123.patch
Type: text/x-patch
Size: 8282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221205/cedd195e/attachment.bin>
More information about the llvm-commits
mailing list