mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +00:00
a5703bc52e
We were special casing a handful of intrinsics as not needing a safepoint before them. After running into another valid case - memset - I took a closer look and realized that almost no intrinsics need to have a safepoint poll before them. Restructure the code to make that apparent so that we stop hitting these bugs. The only intrinsics which need a safepoint poll before them are ones which can run arbitrary code. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237744 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
basic.ll | ||
call_gc_result.ll | ||
call-in-loop.ll | ||
finite-loops.ll | ||
invokes.ll | ||
memset.ll | ||
patchable-statepoints.ll | ||
split-backedge.ll | ||
statepoint-calling-conventions.ll | ||
statepoint-format.ll | ||
statepoint-frameescape.ll |