Displaying 3 results from an estimated 3 matches for "12f1b6ff".
2013 Aug 08
0
[LLVMdev] Storage-Only Register Class?
On Thu, Aug 08, 2013 at 01:51:53PM -0400, Justin Holewinski wrote:
> Good to know, thanks!
>
> Currently I'm just not declaring an i8 register class since we only have
> load/store/convert available for that type. This works fine for most uses,
> but becomes a hassle when dealing with function parameters. For example,
> if the function argument is i8, the code in
2013 Aug 08
2
[LLVMdev] Storage-Only Register Class?
Good to know, thanks!
Currently I'm just not declaring an i8 register class since we only have
load/store/convert available for that type. This works fine for most uses,
but becomes a hassle when dealing with function parameters. For example,
if the function argument is i8, the code in LowerFormalArguments sees it as
an i16 since that is the next target legal type. For my target, we need
2013 Aug 08
2
[LLVMdev] Storage-Only Register Class?
...ev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130808/12f1b6ff/attachment.html>