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

Unified Diff: test/unittests/compiler/instruction-sequence-unittest.cc

Issue 2092103004: [Turbofan] Add Simd128 registers to RegisterConfiguration. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Eliminate some dead code, simplify. Created 4 years, 6 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 | « test/BUILD.gn ('k') | test/unittests/register-configuration-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/compiler/instruction-sequence-unittest.cc
diff --git a/test/unittests/compiler/instruction-sequence-unittest.cc b/test/unittests/compiler/instruction-sequence-unittest.cc
index 619e0aa4887aaad8e5df084b722452bc471c5079..121163226d6da6f1da579f6db8fbd2a9b7c3fb19 100644
--- a/test/unittests/compiler/instruction-sequence-unittest.cc
+++ b/test/unittests/compiler/instruction-sequence-unittest.cc
@@ -72,7 +72,8 @@ RegisterConfiguration* InstructionSequenceTest::config() {
: RegisterConfiguration::COMBINE,
general_register_names_,
double_register_names_, // float register names
- double_register_names_));
+ double_register_names_,
+ double_register_names_)); // SIMD 128 register names
}
return config_.get();
}
« no previous file with comments | « test/BUILD.gn ('k') | test/unittests/register-configuration-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698