Displaying 20 results from an estimated 50000 matches similar to: "[LLVMdev] help"
2010 Jun 23
4
[LLVMdev] LLVM:help
Sir ,how can I get the variable %2 in instruction
%2 = sub nsw i32 1, %y
If I am using getName() function then it outputs the null string.
How can I get the original name?
Regards,
Rajwinder Singh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100623/37038c90/attachment.html>
2010 Jun 25
3
[LLVMdev] LLVM:help
How can I get list of its predecessor basic blocks from a basic block?
--Rajwinder Singh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100625/21c52063/attachment.html>
2010 Jul 18
2
[LLVMdev] help
Can anyone tell me, In the following instruction
%"struct.std::locale::facet" = type { i32 (...)**, i32 }
what does i32 (...)** means?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100718/3f9fe5fe/attachment.html>
2010 Jun 28
2
[LLVMdev] help
%0 = icmp eq i32 %y, 0
In the above instruction how can i know that the comparison is equality
comparison??
--Rajwinder Singh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100628/8d8e5cb1/attachment.html>
2010 Jun 25
0
[LLVMdev] LLVM:help
On 25/06/10 06:05, RAJWINDER SINGH wrote:
> How can I get list of its predecessor basic blocks from a basic block?
If BB is a BasicBlock*, you can get begin and end iterators using
pred_begin(BB) and pred_end(BB).
Ciao,
Duncan.
2004 Dec 21
1
lm regression: estimate of a categorical variable without being broken into levels
Hello:
I am new to R and am going through the growing pains,
wonder if you could help alleviate some.
I wished to find the estimate for a categorical
variable without it being broken into levels but dont
know how to.
if I use the following example:
$>data(iris)
$>g=lm(Sepal.Length~.,iris)
$>summary(g)
I get the estimate of the categorical variable
"Species" broken up into
2010 Jul 16
3
[LLVMdev] help
In the insrtuction
%1 = load i32** %y_addr, align 4
what is the meaning of align 4??
Can anyone explain?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100716/ef433d43/attachment.html>
2010 Mar 25
4
[LLVMdev] source code information in LLVM IR
Hi,
I am generating llvm IR code for C source code using clang as the
front end. I am wondering if there is any way of mapping an llvm IR
line number back to its C source code line number.
Thanks
Sincerely
Arvind
--
Arvind Sudarsanam
Utah State University
Phone: (435) 512-7769
E-mail: theonemorpheus at gmail.com
Web-site: http://cc.usu.edu/~asudarsanam
2020 Mar 30
3
Question WRT llvm.dbg.value
Hello Everyone,
I have general question WRT llvm.dbg.value intrinsic function semantics.
Under what circumstances should a frontend choose to emit(at -O0(No
optimization)) llvm.dbg.value for a local variable.
I saw some debuginfo code in flang(older one), sort of it choose to emit
*llvm.dbg.value* for *every load operation* happening on a *local
variable*. And as noted below in IR snippet it
2010 Mar 26
0
[LLVMdev] source code information in LLVM IR
Hi Arvind,
> I am generating llvm IR code for C source code using clang as the
> front end. I am wondering if there is any way of mapping an llvm IR
> line number back to its C source code line number.
this is a frequently asked question, so you should be able to find plenty
of info by searching the mailing list archives. The usual answer is to
use debug info.
Ciao,
Duncan.
2000 Dec 27
2
sshd prints the motd with -t option
Hi,
and another interesting bug report, where I'm not sure what the correct
behaviour of openssh should be. Thanks for your comments:
> I find myself frequently using OpenSSH to log in and perform a single
> command (particularly in a script to perform some quick, simple task on
> multiple machines I administer). If the '-t' option is not included, the
> behavior is no
2020 Mar 30
3
Question WRT llvm.dbg.value
> On Mar 30, 2020, at 4:13 AM, Jeremy Morse via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi Sourabh,
>
> On Mon, Mar 30, 2020 at 8:09 AM Sourabh Singh Tomar via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Under what circumstances should a frontend choose to emit(at -O0(No optimization)) llvm.dbg.value for a local variable.
>>
>> I
2006 Apr 24
1
JSON Validator
Maybe I am missing something very obvious, but guys does anyone know of any JSON Validators around?
The reason is when you do an eval(json_response), if the JSON format is not proper, you''ll only get an error like "Can''t eval..".
But, this doesn''t help identify where the actual problem lies.
Is there some kind of a schema or something we can write to check
2016 Mar 22
3
Permission denied on GPT.ini (Event ID 1058)
I just saw this thread while browsing my emails and I want to report
that I get this frequently but randomly on every Samba4 domain I run. It
is completely random in that it affects a PC today, but a week from now
that same PC may work just fine. It may then affect a different PC which
had no issues prior.
Also, if I click the link to "gpt.ini" in the event log the file DOES
open and I
2013 Feb 07
15
Puppet agent intermittently stops without doing any thing
Hi All,
We are observing frequently issue that Puppet agent intermittently stops
without doing any thing when lot of puppet agent hitting puppet master .
In our environment , we have configured puppet master over Apache-passenger
and we have used LDAP as node classifier.
- puppet 5.5
- Apache-passenger 3.0.17
- CentOS 6.3 / 5.5
- OpenLDAP 2.4
Sometimes restarting Apache solves
2008 Dec 03
2
[LLVMdev] Type legalization of call and return
Hi,
In LLVM, responsibility of legalizing all the illegal types lies on type
legalizer.
Why is type legalization of ISD::CALL (call arguments and call return)
and ISD::RET nodes being done much earlier?
(e.g. for call in visitCall - through function LowerCallTo)
Regards
Sachin
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Feb 09
2
[LLVMdev] Mapping bitcode to source code
Hi,
I'm looking for a way to map bitcode to the source code (C/C++) from
which it was generated. For example, the Java class file format has an
optional LineNumberTable attribute that maps each bytecode instruction
to a source code line number:
http://java.sun.com/docs/books/jvms/second_edition/html/ClassFile.doc.html#22856
Is there something analogous in the LLVM environment? Thanks,
2004 Dec 27
1
Disappearing Text
Hi-
I recently upgraded my workstation, and in the process upgraded Wine and
X.org to the latest stable versions. Wine works fine for all my apps.
with one annoying exception. Text is not properly displayed in ListPro
(iliumsoft). ListPro is a hierarchical list manager that syncs with Palm
Pilot.
The problem is that only the first line of text is displayed in the notes
pane. The rest of the
2010 Feb 11
3
[LLVMdev] Metadata
I don't think the lang ref metadata grammar section (http://llvm.org/docs/LangRef.html#metadata) has been fully updated
with how !dbg metadata is used in http://llvm.org/docs/SourceLevelDebugging.html. At least to me it is not clear. In my
mind I translate the phrase "LLVM IR allows metadata to be attached to instructions " into a grammar depicted in
SourceLevelDebugging.html. I
2018 May 15
2
source line number for instruction
Hi,
I want to retrieve a function from a source line-number, is this
something possible to achieve?
I tried the following code snippet with LLVM-7 but it doesn't seem to
workhttp://llvm.org/docs/SourceLevelDebugging.html#ccxx_frontend
<http://llvm.org/docs/SourceLevelDebugging.html#ccxx_frontend:>
Is there specific documentation I can refer to implement this?
Thanks
--
*Rtr. PP