[PATCH] D78147: [LICM] Try to merge debug locations when sinking
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 15:12:36 PDT 2020
aprantl added inline comments.
================
Comment at: llvm/include/llvm/IR/DebugInfoMetadata.h:1554
+ static
+ const DILocation *getMergedLocations(std::vector<const DILocation *> &Locs);
+
----------------
Could this be an ArrayRef or MutableArrayRef?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78147/new/
https://reviews.llvm.org/D78147
More information about the llvm-commits
mailing list