[llvm] [DebugInfo][SpeculativeExecution] Drop the debug location of the hoisted instruction (PR #97384)
Orlando Cazalet-Hyams via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 07:15:47 PDT 2024
https://github.com/OCHyams commented:
I think this LGTM, just a quick question for clarity. Although the test contains a conditional branch on a constant value (so, a round-about unconditional branch), I'm right in thinking we might hoist instructions here even if there are (runtime-) conditional branches too?
If so all good. If not then I think dropping is probably still correct, but I'd need to work harder to convince myself of that.
https://github.com/llvm/llvm-project/pull/97384
More information about the llvm-commits
mailing list