-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[infer/py][CFG] JUMP_IF_TRUE/FALSE_OR_POP support
Summary: Last remaining opcode about jumping around (at least from what PyTrans currently supports), before we add back the `with/exception` minimal support we currently have Also, I removed `IsTrue` altogether. The translation to Textual will probably add it back, but here we really don't care about that level of detail Reviewed By: davidpichardie Differential Revision: D50174445 fbshipit-source-id: 9e0e8c403b53f8bd0c796e3dea7b0d7f1866a227
- Loading branch information
1 parent
12cb0c8
commit 646f832
Showing
2 changed files
with
271 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.