Displaying 6 results from an estimated 6 matches for "bernad".
Did you mean:
bernard
2017 Jun 15
4
CloneFunctionInto produces invalid debug info
Hi!
We are currently working on a science project and implemented a
FunctionPass that clones a function (more precisely a constructor of a
struct/class) and adds a parameter.
First, we create a new function with a new function type, which includes
the newly added parameter:
Function *NF = Function::Create(NewFTy, F.getLinkage(), F.getName() +
"Cloned", F.getParent());
and after
2017 Jun 15
2
CloneFunctionInto produces invalid debug info
...g on master.
On Thu, Jun 15, 2017 at 2:23 PM, Adrian Prantl via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> If you are doing this work based off LLVM trunk, could you send me your
> patch to reproduce the problem?
>
> -- adrian
>
> On Jun 15, 2017, at 8:31 AM, Matthias Bernad via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
>
> Hi!
>
> We are currently working on a science project and implemented a
> FunctionPass that clones a function (more precisely a constructor of a
> struct/class) and adds a parameter.
>
> First, we create a new...
2017 Jun 15
3
CloneFunctionInto produces invalid debug info
...n Prantl via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>> If you are doing this work based off LLVM trunk, could you send me your patch to reproduce the problem?
>>
>> -- adrian
>>> On Jun 15, 2017, at 8:31 AM, Matthias Bernad via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote:
>>>
>>> Hi!
>>>
>>> We are currently working on a science project and implemented a FunctionPass that clones a function (more precisely a constructor of a struct/...
2017 Jun 16
2
CloneFunctionInto produces invalid debug info
...15, 2017 at 2:23 PM, Adrian Prantl via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>> If you are doing this work based off LLVM trunk, could you send me your patch to reproduce the problem?
>>>
>>> -- adrian
>>>> On Jun 15, 2017, at 8:31 AM, Matthias Bernad via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>>>
>>>> Hi!
>>>>
>>>> We are currently working on a science project and implemented a FunctionPass that clones a function (more precisely a constructor of a struct/class) and adds a paramete...
2017 Jun 19
2
CloneFunctionInto produces invalid debug info
...ntl via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>>>> If you are doing this work based off LLVM trunk, could you send me your patch to reproduce the problem?
>>>>>
>>>>> -- adrian
>>>>>> On Jun 15, 2017, at 8:31 AM, Matthias Bernad via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>>>>>
>>>>>> Hi!
>>>>>>
>>>>>> We are currently working on a science project and implemented a FunctionPass that clones a function (more precisely a constructor of a str...
2017 Jun 20
2
CloneFunctionInto produces invalid debug info
...<llvm-dev at lists.llvm.org> wrote:
>>>>>> If you are doing this work based off LLVM trunk, could you send me your patch to reproduce the problem?
>>>>>>
>>>>>> -- adrian
>>>>>>> On Jun 15, 2017, at 8:31 AM, Matthias Bernad via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>>>>>>>
>>>>>>> Hi!
>>>>>>>
>>>>>>> We are currently working on a science project and implemented a FunctionPass that clones a function (more precisely a cons...