Displaying 3 results from an estimated 3 matches for "parsepragma".
2017 Sep 13
1
Adding pragma related metadata to only one loop
...de it. Can someone suggest what would be the right
way of doing this? or rather what files should I look into.
So far I have made changes in the following files:
1) include/clang/Basic/Attr.td
2) include/clang/Parse/Parser.h
3) lib/CodeGen/CGLoopInfo.cpp
4) lib/CodeGen/CGLoopInfo.h
5) lib/Parse/ParsePragma.cpp
6) lib/Sema/SemaStmtAttr.cpp
Any help would be appreciated.
Thanks,
Best Regards,
Nitish
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170913/5f8b027d/attachment.html>
2014 Dec 31
5
[LLVMdev] outlining in llvm
Hi,
I have some questions regarding outlining (extracting piece of code into a
function):
1. Is there an outlining pass in llvm (IR)? I've found out
CodeExtractor pass, but I'm not sure it's exactly the same idea.
2. How do I set the function name?
And another question:
Where do I control the execution of my pass? I'm writing a pass that first
works on
2018 Nov 25
6
RFC: Modernizing our use of auto
I'm not advocating AAA.
However this is a proposal for more modern thinking regarding the
permissiveness of auto in LLVM codebases.
Currently the rule on the use of auto is here:
https://llvm.org/docs/CodingStandards.html#use-auto-type-deduction-to-make-code-more-readable
It is quite strict. It allows the use of auto for
* lambdas
* iterators because they are long to type
* casts to