[PATCH] D135967: [StructurizeCFG][DebugInfo] Maintain DILocations in the branches created by StructurizeCFG
Juan Manuel Martinez CaamaƱo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 18 08:46:22 PDT 2022
jmmartinez added inline comments.
Herald added a subscriber: ormris.
================
Comment at: llvm/lib/Transforms/Scalar/StructurizeCFG.cpp:962
Conditions.push_back(BranchInst::Create(Entry, Next, BoolUndef, Flow));
+
addPhiValues(Flow, Entry);
----------------
Fix this: remove empty line
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135967/new/
https://reviews.llvm.org/D135967
More information about the llvm-commits
mailing list