Reviewers: Toon Verwaest,
Message:
This could have been removed for a while already...
Description:
LLoadKeyed does not clobber double anymore.
BUG=
Please review this at https://codereview.chromium.org/23890031/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -5 lines):
M src/ia32/lithium-ia32.h
Index: src/ia32/lithium-ia32.h
diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
index
7fbcad9744366c22cc55e4d6a591457f3fca5571..83c4c8d94edaa406eba0fd953ec02c1dae2edb5c
100644
--- a/src/ia32/lithium-ia32.h
+++ b/src/ia32/lithium-ia32.h
@@ -1620,11 +1620,6 @@ class LLoadKeyed V8_FINAL : public
LTemplateInstruction<1, 2, 0> {
return hydrogen()->is_external();
}
- virtual bool ClobbersDoubleRegisters() const V8_OVERRIDE {
- return !CpuFeatures::IsSupported(SSE2) &&
- !IsDoubleOrFloatElementsKind(hydrogen()->elements_kind());
- }
-
DECLARE_CONCRETE_INSTRUCTION(LoadKeyed, "load-keyed")
DECLARE_HYDROGEN_ACCESSOR(LoadKeyed)
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.