[PATCH] D64463: [CodeExtractor] Fix sinking of allocas with multiple bitcast uses (PR42451)
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 9 19:05:41 PDT 2019
davidxl added a comment.
Is it possible to split the patch into a NFC refactoring and one functional change?
================
Comment at: llvm/lib/Transforms/Utils/CodeExtractor.cpp:413
+CodeExtractor::LifetimeMarkerInfo
+CodeExtractor::getLifeTimeMarkers(Instruction *Addr,
----------------
Add a comment for the function.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64463/new/
https://reviews.llvm.org/D64463
More information about the llvm-commits
mailing list