Merge pull request #12959 from MathiasVP/identity-consistency-check

DataFlow: Add an "identity-step" consistency check
This commit is contained in:
Mathias Vorreiter Pedersen
2023-05-05 10:03:20 +01:00
committed by GitHub
62 changed files with 6585 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
identityLocalStep
| calls/calls.rb:202:7:202:9 | SSA phi read(y) | Node steps to itself |
| calls/calls.rb:205:7:205:7 | SSA phi read(self) | Node steps to itself |
| calls/calls.rb:205:7:205:7 | SSA phi read(y) | Node steps to itself |
| calls/calls.rb:210:11:210:13 | SSA phi read(y) | Node steps to itself |
| calls/calls.rb:211:14:211:14 | SSA phi read(self) | Node steps to itself |
| calls/calls.rb:211:14:211:14 | SSA phi read(y) | Node steps to itself |
| calls/calls.rb:214:7:214:9 | SSA phi read(y) | Node steps to itself |
| calls/calls.rb:217:7:217:7 | SSA phi read(self) | Node steps to itself |
| calls/calls.rb:217:7:217:7 | SSA phi read(y) | Node steps to itself |
| calls/calls.rb:222:11:222:13 | SSA phi read(y) | Node steps to itself |
| calls/calls.rb:223:14:223:14 | SSA phi read(self) | Node steps to itself |
| calls/calls.rb:223:14:223:14 | SSA phi read(y) | Node steps to itself |

View File

@@ -0,0 +1,13 @@
identityLocalStep
| calls.rb:202:7:202:9 | SSA phi read(y) | Node steps to itself |
| calls.rb:205:7:205:7 | SSA phi read(self) | Node steps to itself |
| calls.rb:205:7:205:7 | SSA phi read(y) | Node steps to itself |
| calls.rb:210:11:210:13 | SSA phi read(y) | Node steps to itself |
| calls.rb:211:14:211:14 | SSA phi read(self) | Node steps to itself |
| calls.rb:211:14:211:14 | SSA phi read(y) | Node steps to itself |
| calls.rb:214:7:214:9 | SSA phi read(y) | Node steps to itself |
| calls.rb:217:7:217:7 | SSA phi read(self) | Node steps to itself |
| calls.rb:217:7:217:7 | SSA phi read(y) | Node steps to itself |
| calls.rb:222:11:222:13 | SSA phi read(y) | Node steps to itself |
| calls.rb:223:14:223:14 | SSA phi read(self) | Node steps to itself |
| calls.rb:223:14:223:14 | SSA phi read(y) | Node steps to itself |