[PATCH] D92709: [TailDuplicator] allow for callbr
Nick Desaulniers via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 4 17:10:18 PST 2020
nickdesaulniers created this revision.
nickdesaulniers added reviewers: jyknight, void.
Herald added subscribers: pengfei, hiraditya.
nickdesaulniers requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Follow up to https://reviews.llvm.org/D88823; fixes a TODO from the
clang-11 release by leveraging findPHICopyInsertPoint(), which has been
moved to be more accessible outside of llvm/lib/CodeGen/.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D92709
Files:
llvm/include/llvm/CodeGen/PHIEliminationUtils.h
llvm/include/llvm/CodeGen/TailDuplicator.h
llvm/lib/CodeGen/PHIElimination.cpp
llvm/lib/CodeGen/PHIEliminationUtils.cpp
llvm/lib/CodeGen/PHIEliminationUtils.h
llvm/lib/CodeGen/RenameIndependentSubregs.cpp
llvm/lib/CodeGen/TailDuplicator.cpp
llvm/test/CodeGen/X86/tail-dup-asm-goto.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D92709.309701.patch
Type: text/x-patch
Size: 10592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201205/0bcd9c95/attachment.bin>
More information about the llvm-commits
mailing list