[PATCH] D139337: [IRSim] Treat Branch OperVals different from regular operands
Andrew Litteken via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 5 08:49:16 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.
Branch operands are different from regular instructions. They can have a mix of boolean values and branch instructions. This makes sure that branches are treated as more of a special case and makes sure that the successor blocks are always in the same order, and that they do not include the conditional argument.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D139337
Files:
llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
llvm/lib/Analysis/IRSimilarityIdentifier.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139337.480129.patch
Type: text/x-patch
Size: 4365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221205/7c66cec9/attachment.bin>
More information about the llvm-commits
mailing list