Commit 9c393d5
Optimize redundant store fasts
Summary: If we have a `STORE_FAST` followed by a `STORE_FAST` to the same variable on the same line we can remove the first `STORE_FAST`.
Reviewed By: martindemello
Differential Revision: D81094432
fbshipit-source-id: de54e5f15921abf0377bc570ae6065eaefc078251 parent d7419e3 commit 9c393d5
1 file changed
Lines changed: 21 additions & 0 deletions
Lines changed: 21 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
974 | 974 | | |
975 | 975 | | |
976 | 976 | | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
977 | 997 | | |
978 | 998 | | |
979 | 999 | | |
| |||
985 | 1005 | | |
986 | 1006 | | |
987 | 1007 | | |
| 1008 | + | |
988 | 1009 | | |
989 | 1010 | | |
0 commit comments