Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(540)

Unified Diff: test/cctest/compiler/test-run-machops.cc

Issue 2687373002: Revert of [arm64] A shift of 0 is not allowed in ubfx. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/compiler/arm64/instruction-selector-arm64.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/compiler/test-run-machops.cc
diff --git a/test/cctest/compiler/test-run-machops.cc b/test/cctest/compiler/test-run-machops.cc
index 7031c5889c453e34250b7121a88b44375b441592..c8261aea49ff38249d5634995bdd7a7d202bcb81 100644
--- a/test/cctest/compiler/test-run-machops.cc
+++ b/test/cctest/compiler/test-run-machops.cc
@@ -6730,14 +6730,6 @@
}
}
-TEST(Regression5951) {
- BufferedRawMachineAssemblerTester<int64_t> m(MachineType::Int64());
- m.Return(m.Word64And(m.Word64Shr(m.Parameter(0), m.Int64Constant(0)),
- m.Int64Constant(0xffffffffffffffffl)));
- int64_t input = 1234;
- CHECK_EQ(input, m.Call(input));
-}
-
#endif // V8_TARGET_ARCH_64_BIT
} // namespace compiler
« no previous file with comments | « src/compiler/arm64/instruction-selector-arm64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698