<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 13, 2020 at 9:20 AM Adrian Prantl <<a href="mailto:aprantl@apple.com">aprantl@apple.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
<br>
> On Jan 10, 2020, at 11:36 AM, David Blaikie <<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>> wrote:<br>
> <br>
> <br>
> <br>
> On Fri, Jan 10, 2020 at 7:02 AM Jeremy Morse <<a href="mailto:jeremy.morse.llvm@gmail.com" target="_blank">jeremy.morse.llvm@gmail.com</a>> wrote:<br>
>> Hi,<br>
>> <br>
>> On Wed, Jan 8, 2020 at 8:38 PM Adrian Prantl <<a href="mailto:aprantl@apple.com" target="_blank">aprantl@apple.com</a>> wrote:<br>
>> > As far as LLVM semantics are concerned, the implicit pointer doesn't seem to be that much different from any other implicit values (such as constants) to me. Why do you think that it needs to be represented differently inside of LLVM IR?<br>
>> <br>
>> I think it's almost entirely that the first argument to dbg.value will<br>
>> change from  "Always ValueAsMetadata" to "Maybe metadata, maybe<br>
>> Value".<br>
> <br>
> What changes do you have in mind there? Are you referring to the possibility of implicit values to refer to other variables?<br>
> <br>
> I'm sort of interested in maybe not doing that - and only implementing a more general form (what's been talked about with the LLVM_implicit_value (or was it LLVM_explicit_value? I forget)) - and synthesizing artificial variables in the backend rather than trying to track which variable a pointer points to. I think this would keep the impact on optimizations smaller & would be more general. My wager/belief/instinct is that most cases won't be pointing to a named variable with a single level of indirection, but to unnamed variables, multiple levels of indirection, etc.<br>
<br>
The extra artificial variable also strikes me as a DWARF-ism that we don't necessarily should model in LLVM IR.  <br></blockquote><div><br>Oh, yeah, that's certainly my intent in making this suggestion, that these artificial variables would not be part of the LLVM IR and only generated in the backend (& perhaps not generated at all in some conditions if/where we decide to support an extension DW_OP that's more similar to what I'm suggesting to use at the IR level). Thanks for describing/clarifying that explicitly.<br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
>> I get the feeling that allowing more options here will come<br>
>> out as more conditions / branching elsewhere, in a way we could try to<br>
>> avoid.<br>
<br>
If it were possible to synthesize it in AsmPrinter, would that remove the motivation for the new intrinsic for you?<br>
<br>
-- adrian<br>
<br>
<br>
>> <br>
>> However it's a mild opinion with a certain amount of hand waving; and<br>
>> not one that anyone else seems to share, so I'm happy to drop that<br>
>> part of the discussion.<br>
>> <br>
>> --<br>
>> Thanks,<br>
>> Jeremy<br>
> <br>
</blockquote></div></div>