Skip to content

Unsupported statement checks should be consistent #44

@joverbey

Description

@joverbey

There are at least three different ways to determine whether a function/loop contains a statement that cannot be analyzed/refactored:

  • ForLoopCheck#containsUnsupportedOp
  • ForStatementInquisitor#getFirstUnsupportedStmt
  • Perform a dependence analysis and see if it fails

We should make sure the refactorings have a consistent notion of what is (un)supported and a consistent way of checking for it.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions