Displaying 3 results from an estimated 3 matches for "60d892f4".
Did you mean:
60189ff4
2016 May 27
0
Updating RegMask inline
> On May 27, 2016, at 11:49 AM, vivek pandya <vivekvpandya at gmail.com> wrote:
>
> Hello Mentors,
>
> I have completed writing simple register mask calculator pass, an immutable pass that stores RegMasks and provides API to query them, and a target specific pass for X86 target which currently iterates through all MI in given MF and if a call instruction is found then it
2016 May 27
2
Updating RegMask inline
Hello Mentors,
I have completed writing simple register mask calculator pass, an immutable
pass that stores RegMasks and provides API to query them, and a target
specific pass for X86 target which currently iterates through all MI in
given MF and if a call instruction is found then it quires for RegMask to
Immutable pass and prints which registers are clobbered and preserved as
per actual
2016 May 27
3
Updating RegMask inline
...e operands till you find one which
> "isRegMask()" at which point you can update it.
>
> Ok.
-Vivek
> --
> Mehdi
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160528/60d892f4/attachment.html>