[PATCH] D52307: [LoopRotate] Fix lifetime handling.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 20 15:17:09 PDT 2018
efriedma added a reviewer: rnk.
efriedma added a comment.
An alloca can have multiple associated lifetime start/ends. Inlining routinely generates code like that, unrolling generates code like that, etc. And stack coloring knows how to handle such code.
Granted, the way the intrinsic is specified makes everything related to it pretty confusing.
https://reviews.llvm.org/D52307
More information about the llvm-commits
mailing list