[PATCH] D32661: Remove stale live-ins in the branch folder
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 28 14:22:02 PDT 2017
kparzysz created this revision.
Hoisting common code can cause registers that live-in in the successor blocks to no longer be live-in. The live-in information needs to be updated to reflect this, or otherwise incorrect code can be generated later on.
Repository:
rL LLVM
https://reviews.llvm.org/D32661
Files:
lib/CodeGen/BranchFolding.cpp
test/CodeGen/Hexagon/branch-folder-hoist-kills.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32661.97159.patch
Type: text/x-patch
Size: 4803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170428/7378ad41/attachment.bin>
More information about the llvm-commits
mailing list