search for: dtharun

Displaying 10 results from an estimated 10 matches for "dtharun".

Did you mean: tharun
2019 Jan 07
2
[Xray] Help with Xray
...aph-diff*" doesn't shows function names. This is the command I am using llvm-xray graph-diff xray-log.clang.1 xray-log.clang.2 -instr-map=../xray-build/bin/clang -o diff.dot Attached is the portion of the generated diff graph. Am I missing any flag? [image: graph_diff.jpg] -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190107/d747769e/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: graph_diff.jpg Type: image/jpeg Siz...
2018 Nov 02
2
XMMs unused
...;>> means they are caller saved, correct me if I am wrong. >>>> Is the greedy RA intentionally not using XMMs in order to avoid saving >>>> and restoring regs at call site? >>>> >>>> >>>> -- >>>> Regards, >>>> DTharun >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> llvm-dev at lists.llvm.org >>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>>> >>> >> >> -- >> Regards, &g...
2019 Aug 14
2
Doubt regarding getAnalysisUsage
...es required by an analysis pass should be preserved. Say, I have an analysis pass which requires another analysis pass called *SomeAnalysis* and I have not added *AU.addPreserved<SomeAnalysis>() *to my pass. Would the pass manager still considers the *SomeAnlaysis *as preserved? -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190814/75f08c92/attachment.html>
2019 Jan 07
2
[Xray] Help with Xray
Hi Dean, I have tried with -instr-map-1 and -instr-map-2, it didn't work. Is there a way to find the function name from the identifier? -DTharun On Mon, Jan 7, 2019 at 2:29 PM Dean Michael Berris <dean.berris at gmail.com> wrote: > Hi Dangeti, > > That's interesting -- can you try providing both `-instr-map-1=` and > `-instr-map-2=` even though they're the same binary? > > If that doesn't work then it s...
2019 Mar 21
2
Signed Div SCEVs
Hi, I am working with SCEVs, I see the unsigned division of SCEVs, it is not immediately clear to me why the signed division of SCEV expressions is not supported by SE? I would appreciate if some could clarify or point me to some links. -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190321/f088ecf6/attachment.html>
2019 Sep 27
2
Question on target-features
...e: *attributes #0 = { "target-cpu"="znver2" "target-features"="+avx -avx2" }* Wheather it is equalent to omitting the avx2 from list? *attributes #0 = { "target-cpu"="znver2" "target-features"="+avx" }* -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190927/1e3a22ae/attachment.html>
2019 Sep 27
3
Question on target-features
...xample: attributes #0 = { "target-cpu"="znver2" "target-features"="+avx -avx2" } Wheather it is equalent to omitting the avx2 from list? attributes #0 = { "target-cpu"="znver2" "target-features"="+avx" } -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190927/c4fed4af/attachment.html>
2019 Jan 07
2
[Xray] Help with Xray
...from 'xray-log.clang-8.*' Failed loading YAML document from 'xray-log.clang-8.* but this is working llvm-xray convert xray-log.clang-8.* -instr_map=../avx/llvm/xray-build/bin/clang -output-format=yaml 1>out.yaml Am I missing anything? Cheers > -- > Dean > -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190107/aa93866c/attachment.html>
2019 Oct 25
3
register spilling and printing live variables
Hello, I have studied register allocation in theoretical aspects and exploring the same in the implementation level. I need a minimal testcase for register spilling to analyze spilling procedure in llvm. I tried with a testcase taking 20 variables but all the 20 variables are getting stored in the stack using %rbp. Maybe my live variable analysis is wrong. Please help me with a minimal testcase
2018 Nov 02
2
XMMs unused
...alysis of spills incurred by *using a scratch register and spilled/restored across the call site* and *by not using the scratch register at all *? > > -- > With best regards, Anton Korobeynikov > Department of Statistical Modelling, Saint Petersburg State University > -- Regards, DTharun -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20181102/df25f58a/attachment.html>