Displaying 1 result from an estimated 1 matches for "1041095".
Did you mean:
104109
2014 Oct 03
2
[LLVMdev] Need guidance regarding MachineFunctionPass
Thank you Mr. Tim. Is "AArch64" a namespace? Because when I tried
"X86::MOV", it gave me an error saying that first define X86 namespace.
Sorry if I sound stupid but I am new to LLVM. Thank you again.
On Thu, Oct 2, 2014 at 8:16 PM, Tim Northover <t.p.northover at gmail.com>
wrote:
> Hi Sachin,
>
> > int op = mi->getOpcode();
>
> This is