llvm-6502/lib/Transforms
Philip Reames 2fc495a300 Adjust how we avoid poll insertion inside the poll function (NFC)
I realized that my early fix for this was overly complicated.  Rather than scatter checks around in a bunch of places, just exit early when we visit the poll function itself.

Thinking about it a bit, the whole inlining mechanism used with gc.safepoint_poll could probably be cleaned up a bit.  Originally, poll insertion was fused with gc relocation rewriting.  It might be worth going back to see if we can simplify the chain of events now that these two are seperated.  As one thought, maybe it makes sense to rewrite calls inside the helper function before inlining it to the many callers.  This would require us to visit the poll function before any other functions though..



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228634 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-10 00:04:53 +00:00
..
Hello
InstCombine InstCombine: propagate nonNull through assume 2015-02-09 01:13:13 +00:00
Instrumentation
IPO DeadArgElim: fix mismatch in accounting of array return types. 2015-02-09 01:21:00 +00:00
ObjCARC
Scalar Adjust how we avoid poll insertion inside the poll function (NFC) 2015-02-10 00:04:53 +00:00
Utils IR: Take uint64_t in DIBuilder::createExpression() 2015-02-09 22:13:27 +00:00
Vectorize Correctly combine alias.scope metadata by a union instead of intersecting 2015-02-08 17:07:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile