[llvm-commits] [PATCH] Add helper functions to ConstantInt and ConstantFP to accept strings.
Erick Tryzelaar
idadesub at users.sourceforge.net
Tue Aug 11 21:02:59 PDT 2009
On Tue, Aug 11, 2009 at 8:42 PM, Erick Tryzelaar <
idadesub at users.sourceforge.net> wrote:
> This patch adds some simple wrappers functions to convert strings
> into constants, and exposes these functions to llvm-c and ocaml. It
> also removes some redundant code from Core.cpp.
>
> I do have an question though. I was able to do vector splatting with
> the ConstantFP/string, but I couldn't figure out how to do it with
> the ConstantInt/string. Does anyone know how to do this, or is it not
> necessary?
Ack, sorry about the inline. I found a bug in my code so I'm widthdrawing
these patches. I'll file bugs instead.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20090811/cfbd6f50/attachment.html>
More information about the llvm-commits
mailing list