[PATCH] D109448: [IRSim][IROutliner] Treating Called Functions as Values and Outlining Indirect Calls
Andrew Litteken via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 25 13:21:25 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf5f377d1fca8: [IRSim][IROutliner] Adding support for recognizing and outlining indirect… (authored by AndrewLitteken).
Changed prior to commit:
https://reviews.llvm.org/D109448?vs=396985&id=403018#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109448/new/
https://reviews.llvm.org/D109448
Files:
llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
llvm/include/llvm/Transforms/IPO/IROutliner.h
llvm/lib/Analysis/IRSimilarityIdentifier.cpp
llvm/lib/Transforms/IPO/IROutliner.cpp
llvm/test/Transforms/IROutliner/illegal-indirect-calls.ll
llvm/test/Transforms/IROutliner/legal-indirect-calls.ll
llvm/test/Transforms/IROutliner/outlining-call-and-indirect.ll
llvm/test/Transforms/IROutliner/outlining-calls-names-must-match.ll
llvm/test/Transforms/IROutliner/outlining-calls.ll
llvm/unittests/Analysis/IRSimilarityIdentifierTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109448.403018.patch
Type: text/x-patch
Size: 31349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220125/c73a39b1/attachment.bin>
More information about the llvm-commits
mailing list