[PATCH] D61933: [DebugInfo] Update loop metadata for inlined loops
Orlando Cazalet-Hyams via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 02:33:52 PDT 2019
Orlando marked 3 inline comments as done.
Orlando added inline comments.
================
Comment at: llvm/lib/Transforms/Utils/InlineFunction.cpp:1432
+ if (IDL)
+ continue;
+
----------------
aprantl wrote:
> this is weird, why no move the loop metadata update *above* the DILocation update?
Ah, that was left over from some experimental code. I've fixed this now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61933/new/
https://reviews.llvm.org/D61933
More information about the llvm-commits
mailing list