[all-commits] [llvm/llvm-project] e50b21: Revert "[IRSim][IROutliner] Add support for outlin...
Andrew Litteken via All-commits
all-commits at lists.llvm.org
Tue Jan 25 16:24:53 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e50b217b4e6fb0be9b93d760e01462c117fe9318
https://github.com/llvm/llvm-project/commit/e50b217b4e6fb0be9b93d760e01462c117fe9318
Author: Andrew Litteken <andrew.litteken at gmail.com>
Date: 2022-01-25 (Tue, 25 Jan 2022)
Changed paths:
M llvm/include/llvm/Analysis/IRSimilarityIdentifier.h
M llvm/include/llvm/Transforms/IPO/IROutliner.h
M llvm/lib/Analysis/IRSimilarityIdentifier.cpp
M llvm/lib/Transforms/IPO/IROutliner.cpp
R llvm/test/Transforms/IROutliner/included-phi-nodes-begin.ll
R llvm/test/Transforms/IROutliner/included-phi-nodes-end.ll
R llvm/test/Transforms/IROutliner/must-capture-all-phi-nodes-begin.ll
R llvm/test/Transforms/IROutliner/must-capture-all-phi-nodes-end.ll
M llvm/test/Transforms/IROutliner/outlining-branches-phi-nodes.ll
M llvm/test/Transforms/IROutliner/outlining-exits-to-phi-node.ll
R llvm/test/Transforms/IROutliner/phi-nodes-non-constant.ll
R llvm/test/Transforms/IROutliner/phi-nodes-simple.ll
M llvm/test/Transforms/IROutliner/region-inputs-in-phi-nodes.ll
M llvm/unittests/Analysis/IRSimilarityIdentifierTest.cpp
Log Message:
-----------
Revert "[IRSim][IROutliner] Add support for outlining PHINodes with the rest of the region."
This reverts commit 515eec3553b02533e9a88ee84bc245d5415163da.
By mistake, commit message was not complete.
More information about the All-commits
mailing list