[PATCH] D53942: IR Outliner Pass
Milind Chabbi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 23 12:47:13 PDT 2020
chabbimilind added a comment.
Herald added a reviewer: jdoerfert.
What is the status of this diff? I tried this on a LLVM IR generated from swift compiler and found errors related to broken functions.
swifterror argument for call has mismatched parameter
%swift.error** %0
tail call swiftcc void @swift_willThrow(i8* swiftself undef, %swift.error** noalias nocapture nonnull readonly swifterror dereferenceable(8) %0) #4
in function _iro_109
LLVM ERROR: Broken function found, compilation aborted!
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53942/new/
https://reviews.llvm.org/D53942
More information about the llvm-commits
mailing list