Add few simple tests to check statepoint placement for invoke instructions.
Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
LGTM with comment addressed.
p.s. Can you add one test for the single entry phi issue? This can be a separate change if that's easier.
test/Transforms/PlaceSafepoints/invokes.ll | ||
---|---|---|
4 | Remove this please. |
Yes, Philip, please commit on my behalf.
test/Transforms/PlaceSafepoints/invokes.ll | ||
---|---|---|
3 | My code highlighting tool does a better job for quoted names. But I can remove quotes if you insist. | |
10 | We will check for "invoke" followed by "statepoint". And we don't invoke polls as far as I know. So it must be original call site. |
Why did you quote some_call? Doesn't it look ugly?