[PATCH] D39388: [RS4GC] Strip off invariant.start because memory locations arent invariant

Daniel Neilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 31 08:16:38 PDT 2017


dneilson added a comment.

Is is possible to also remove the corresponding invariant.end calls to the removed invariant.start calls? This patch will leave orphaned calls to invariant.end sitting around in the IR that have no corresponding start.


https://reviews.llvm.org/D39388





More information about the llvm-commits mailing list