| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
drive-by comment, but I don't understand enough about this to actually tell whether this is correct or not
print(val);remove this to make the test quieter
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
| Commit-Queue | +2 |
remove this to make the test quieter
I need a tagged use, so I created an empty bar() instead.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
1 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: test/mjsunit/maglev/regress-480568109.js
Insertions: 2, Deletions: 1.
@@ -4,6 +4,7 @@
// Flags: --allow-natives-syntax --maglev-truncated-int32-phis
+function bar() {}
function foo() {
let val = 0;
@@ -11,7 +12,7 @@
1.1 >> val;
val = 1.1;
}
- print(val);
+ bar(val);
}
%PrepareFunctionForOptimization(foo);
foo();
```
[maglev] Consider all uses for TruncatedInt32
... not just the ones inside the loop. Since truncation
is not reversible.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |