[all-commits] [llvm/llvm-project] eeb99c: Revert "[IROutliner] Adding support for swift errors"
Andrew Litteken via All-commits
all-commits at lists.llvm.org
Tue Dec 29 23:17:49 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eeb99c2ac2672c8a61085e94f66b1b31c524cd87
https://github.com/llvm/llvm-project/commit/eeb99c2ac2672c8a61085e94f66b1b31c524cd87
Author: Andrew Litteken <andrew.litteken at gmail.com>
Date: 2020-12-30 (Wed, 30 Dec 2020)
Changed paths:
M llvm/lib/Transforms/IPO/IROutliner.cpp
R llvm/test/Transforms/IROutliner/outlining-swift-error.ll
Log Message:
-----------
Revert "[IROutliner] Adding support for swift errors"
This reverts commit 71867ed5e6606a93f0c1413f205afe3bb16317fe.
Reverting for lack of commit messages.
Commit: 30feb93036ebb8ffc5233a9ab3960836c2407d95
https://github.com/llvm/llvm-project/commit/30feb93036ebb8ffc5233a9ab3960836c2407d95
Author: Andrew Litteken <andrew_litteken at apple.com>
Date: 2020-12-30 (Wed, 30 Dec 2020)
Changed paths:
M llvm/lib/Transforms/IPO/IROutliner.cpp
A llvm/test/Transforms/IROutliner/outlining-swift-error.ll
Log Message:
-----------
[IROutliner] Adding support for swift errors in the IROutliner
Since some values can be swift errors, we need to make sure that we
correctly propagate the parameter attributes.
Tests found at:
llvm/test/Transforms/IROutliner/outlining-swift-error.ll
Reviewers: jroelofs, paquette
Recommit of: 71867ed5e6606a93f0c1413f205afe3bb16317fe
Differential Revision: https://reviews.llvm.org/D87742
Compare: https://github.com/llvm/llvm-project/compare/71867ed5e660...30feb93036eb
More information about the All-commits
mailing list