[PATCH] D108656: [IROutliner] Using Canonical Values to find Corresponding Items between Regions
Andrew Litteken via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 24 12:55:29 PDT 2021
AndrewLitteken created this revision.
AndrewLitteken added reviewers: paquette, jroelofs.
Herald added subscribers: ormris, hiraditya.
AndrewLitteken requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
D104143 <https://reviews.llvm.org/D104143> introduced canonical value numbering between regions, which allows for the easy identification of items across a region, eliminating the need in the outliner to create parallel lists of instructions for each region, and replace output values in a less convoluted way,
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D108656
Files:
llvm/include/llvm/Transforms/IPO/IROutliner.h
llvm/lib/Transforms/IPO/IROutliner.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108656.368436.patch
Type: text/x-patch
Size: 6155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210824/ad420d86/attachment.bin>
More information about the llvm-commits
mailing list