Title: [254603] branches/safari-609-branch/JSTests
Revision
254603
Author
alanc...@apple.com
Date
2020-01-15 11:15:24 -0800 (Wed, 15 Jan 2020)

Log Message

Cherry-pick r254247. rdar://problem/58553146

    Unreviewed follow up on r254188. I accidentally included the same test
    twice instead of including the two different variants.

    * stress/ai-value-mod-should-result-in-constant-int-where-possible.js:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254247 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-609-branch/JSTests/ChangeLog (254602 => 254603)


--- branches/safari-609-branch/JSTests/ChangeLog	2020-01-15 19:15:22 UTC (rev 254602)
+++ branches/safari-609-branch/JSTests/ChangeLog	2020-01-15 19:15:24 UTC (rev 254603)
@@ -1,5 +1,25 @@
 2020-01-14  Alan Coon  <alanc...@apple.com>
 
+        Cherry-pick r254247. rdar://problem/58553146
+
+    Unreviewed follow up on r254188. I accidentally included the same test
+    twice instead of including the two different variants.
+    
+    * stress/ai-value-mod-should-result-in-constant-int-where-possible.js:
+    
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@254247 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-01-08  Saam Barati  <sbar...@apple.com>
+
+            Unreviewed follow up on r254188. I accidentally included the same test
+            twice instead of including the two different variants.
+
+            * stress/ai-value-mod-should-result-in-constant-int-where-possible.js:
+
+2020-01-14  Alan Coon  <alanc...@apple.com>
+
         Cherry-pick r254188. rdar://problem/58553146
 
     AI rule for ValueMod/ValueDiv produce constants with the wrong format when the result can be an int32

Modified: branches/safari-609-branch/JSTests/stress/ai-value-mod-should-result-in-constant-int-where-possible.js (254602 => 254603)


--- branches/safari-609-branch/JSTests/stress/ai-value-mod-should-result-in-constant-int-where-possible.js	2020-01-15 19:15:22 UTC (rev 254602)
+++ branches/safari-609-branch/JSTests/stress/ai-value-mod-should-result-in-constant-int-where-possible.js	2020-01-15 19:15:24 UTC (rev 254603)
@@ -11,7 +11,7 @@
                 const y = typeof x === a0;
                 [a0, 0.1];
                 const z = 0 + y;
-                const c = z / 1.0 + 0;
+                const c = z % 1.0 + 0;
             } while (!x);
         }
         bar(0);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to