search for: bf14ad80

Displaying 3 results from an estimated 3 matches for "bf14ad80".

2018 May 07
0
How to add assembly instructions in CodeGen
On Sun, May 6, 2018 at 7:26 AM Soham Sinha via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Hello, > I want to add assembly instructions at certain points in a function. This is X86 specific. So I am working in the lib/Target/X86 folder. I create a `MachineFunctionPass` in that folder. I register it in the X86TargetMachine.cpp in addPreEmitPass(). I use BuildMI to insert my own
2018 May 05
4
How to add assembly instructions in CodeGen
Hello, I want to add assembly instructions at certain points in a function. This is X86 specific. So I am working in the lib/Target/X86 folder. I create a `MachineFunctionPass` in that folder. I register it in the X86TargetMachine.cpp in addPreEmitPass(). I use BuildMI to insert my own assembly instructions in the MachineFunctionPass. This works and my assembly instructions are inserted at
2018 May 07
2
How to add assembly instructions in CodeGen
...making this easier, but right now these kinds of things > haven't been too important to fix yet. > > Hope this helps! > -- > Dean > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180507/bf14ad80/attachment.html>